'주디아줌마'에 해당되는 글 340건

  1. MySQL을 대체한 RDBMS F1 1
  2. [고민] SQL2012 Max Server Memory ??
  3. 스터디 발표 자료 - 관리와 배포
  4. log rotate 처리하기 - window os
  5. 해외 NoSQL 관련 JOB 수요
  6. ipv6에 대해 고려중이신가요?
  7. SQL 책 추천(강력 추천)
  8. 몽고DB 책 소개
  9. 2008 R2 Service Pack 2 CTP
  10. 최신 진단쿼리

MySQL을 대체한 RDBMS F1

다양한 DBMS가 나오고 있습니다. 이번에는 구글에서 F1이라는 mysql을 대체한 NOSQL + MYSQL의 장점을 따서 나오는 새로운 데이타베이스를 만들었군요.


http://www.i-programmer.info/news/84-database/4286-googles-f1-scalable-alternative-to-mysql.html
http://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/en/us/pubs/archive/38125.pdf


Wednesday, 30 May 2012 10:13

Google has moved its advertising services from MySQL to a new database, created in-house, called F1. The new system combines the best of NoSQL and SQL approaches.

According to Google Research, many of the services that are critical to Google’s ad business have historically been backed by MySQL, but Google has recently migrated several of these services to F1, a new RDBMS developed at Google. The team at Google Research says that F1 gives the benefits of NoSQL systems (scalability, fault tolerance, transparent sharding, and cost benefits) with the ease of use and transactional support of an RDBMS.

Google Research has developed F1 to provide relational database features such as a parallel SQL query engine and transactions on a highly distributed storage system that scales on standard hardware.

 

 f1



'Etc' 카테고리의 다른 글

Redis(Windows OS) 복제 구성하기  (2) 2012.06.07
Redis - Windows 설치하기  (2) 2012.06.07
스터디 발표 자료 - 관리와 배포  (0) 2012.05.30
log rotate 처리하기 - window os  (0) 2012.05.29
[펌] Global Lock, MongoDB 2.0 vs 2.2  (0) 2012.05.25

SQL2012 upgrade 되면서 메모리 관리 아키텍쳐가 변경되었다.  이제는 어떻게 메모리 설정하는게 좋을까? 고민되네~~


- 읽어볼 내용들

http://blog.beyondrelational.com/modules/24/syndicated/389/Posts/13492/any-size-page-allocator-memory-allocation-changes-with-sql-2012.aspx

http://sqlskills.com/blogs/jonathan/post/How-much-memory-does-my-SQL-Server-actually-need.aspx

http://sqlblog.com/blogs/tibor_karaszi/archive/2014/03/06/setting-max-server-memory.aspx  -- 최대 메모리 설정 쿼리


- Memory Manager Redesign:

Predictable sizing and governing SQL memory consumption:

sp_configure ‘max server memory’ now limits all memory committed by SQL Server
Resource Governor governs all SQL memory consumption (other than special cases like buffer pool)

Improved scalability of complex queries and operations that make >8K allocations

Improved CPU and NUMA locality for memory accesses


Single memory manager that handles page allocations of all sizes

Consistent Out-of-memory handling & management across different internal components


SQL2012 이전 버젼에서 Max memory 관련 설정 할때 나름 공식이 있었는데 이부분이 변경되었다고 하니, 새로운 공식을 만들어야겠네요. 좀더 자세히 정리해보아야겠습니다.

sys.dm_os_memory_clerks system view에서 multi_pages_kb으 열이 제거되었습니다. 



Glenn Berry's 

Suggested Max Memory Settings for SQL Server 2005/2008

http://www.sqlservercentral.com/blogs/glennberry/2009/10/29/suggested-max-memory-settings-for-sql-server-2005_2F00_2008/


SQL TAG

http://cafe.naver.com/sqlmvp/600

Cool... Now we have a calculator for finding out a Max. Server Memory value

http://www.texastoo.com/post/2012/05/20/Best-of-MSDN-Blogs%E2%80%93Calculator-for-finding-out-a-Max-Server-Memory-value.aspx

http://blogs.msdn.com/b/sqlsakthi/archive/2012/05/19/cool-now-we-have-a-calculator-for-finding-out-a-max-server-memory-value.aspx

http://blogs.msdn.com/b/sqlsakthi/p/max-server-memory-calculator.aspx



몽고DB 스터디 발표 자료입니다.


배포와 관리.ppt


'Etc' 카테고리의 다른 글

Redis - Windows 설치하기  (2) 2012.06.07
MySQL을 대체한 RDBMS F1  (1) 2012.06.01
log rotate 처리하기 - window os  (0) 2012.05.29
[펌] Global Lock, MongoDB 2.0 vs 2.2  (0) 2012.05.25
해외 NoSQL 관련 JOB 수요  (0) 2012.05.23

안녕하세요. 주디아줌마입니다.

몽고DB의 경우 따로 로그를 비워내지 않으면 로그 파일이 무한정 커지게 됩니다.  Windows 환경의 경우 Shell명령을 2.0.3 이후 버젼부터 지원됩니다. 자동으로 rotate되면 좋을 텐데 아직 지원이 안되네요.


http://www.mongodb.org/display/DOCS/Logging

The logRotate command is available on Windows in version 2.0.3 and higher

> use admin

switched to db admin

> db.runCommand({logRotate: 1});

{ "ok" : 1 }




'Etc' 카테고리의 다른 글

MySQL을 대체한 RDBMS F1  (1) 2012.06.01
스터디 발표 자료 - 관리와 배포  (0) 2012.05.30
[펌] Global Lock, MongoDB 2.0 vs 2.2  (0) 2012.05.25
해외 NoSQL 관련 JOB 수요  (0) 2012.05.23
ipv6에 대해 고려중이신가요?  (0) 2012.05.17

해외 NoSQL 관련 JOB 수요

'Etc' 카테고리의 다른 글

log rotate 처리하기 - window os  (0) 2012.05.29
[펌] Global Lock, MongoDB 2.0 vs 2.2  (0) 2012.05.25
ipv6에 대해 고려중이신가요?  (0) 2012.05.17
SQL 책 추천(강력 추천)  (0) 2012.05.16
몽고DB 책 소개  (0) 2012.05.16

안녕하세요. 주디아줌마입니다.

   아침에 열심히 몽고DB에 공부중에 있는데, 갑자기  IPv6에 체크 가능한지 개발자님께서 문의하셨다. 큭.... 전혀 생각하지 않았던 것인지라.. 흑.... IPv4의 주소가 작년인지 모르지만 모두 고갈되었단다. 데이타모델링시 ipv6에 대한 고려가 필요해 보인다.


참고 사이트

http://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses

http://stackoverflow.com/questions/1076714/max-length-for-client-ip-address

http://stackoverflow.com/questions/774536/formatting-ipv6-as-an-int-in-c-sharp-and-storing-it-in-sql-server


※. IPv4 주소 형식
 : 128 bit 구성

127.0.0.1

※. IPv6 주소 형식
: IPv4에 비하여 2^96배 만큼 확장된 주소 공간을 가짐
: 128bit를 16bit씩 나누어 콜론 (:)으로 구분 짓고, 각각의 16bits 그룹은 16진수로 표현

2001:0db8:85a3:0000:0000:8a2e:0370:7334


※. SQL Server에서 IPv6 주소 형식 설정

select *
from sys.dm_tcp_listener_states
order by listener_id asc

--listener_id	ip_address	is_ipv4	port	type	type_desc	state	state_desc	start_time
--1	::	0	49804	0	TSQL	0	ONLINE	2012-05-17 04:09:39.790
--2	0.0.0.0	1	49804	0	TSQL	0	ONLINE	2012-05-17 04:09:39.793
--3	::	0	50404	0	TSQL	0	ONLINE	2012-05-17 04:09:39.797
--4	0.0.0.0	1	50404	0	TSQL	0	ONLINE	2012-05-17 04:09:39.800
--5	::	0	5022	2	DATABASE_MIRRORING	0	ONLINE	2012-05-17 04:09:42.293
--6	0.0.0.0	1	5022	2	DATABASE_MIRRORING	0	ONLINE	2012-05-17 04:09:42.297

exec sp_readerrorlog
go

--LogDate	ProcessInfo	Text
--2012-05-17 13:09:39.790	spid13s	Server is listening on [ 'any'  49804].
--2012-05-17 13:09:39.790	spid13s	Server is listening on [ 'any'  49804].

SQL Server Configuration Manager를 통해서 TCP IP 부분의 IPv6 정보를 활성화해주면 된다.


※. IPv4 and IPv6 저장
  그렇다면 과연 어떻게 저장 타입을 어떻게 바꿔줘야 하나? 기존 varchar(15) 또는 char(15)이었을 텐데...  SQL Server에서는 sys.dm_tcp_listener_states View에서 보면  ip 정보를 nvarchar(45)으로 size으로 확장 저장해주고 있다.  


자, 그렇다면 바로 ip로 저장된 컬럼의 사이즈를 변경이 필요해 보이지 않는가?






'Etc' 카테고리의 다른 글

[펌] Global Lock, MongoDB 2.0 vs 2.2  (0) 2012.05.25
해외 NoSQL 관련 JOB 수요  (0) 2012.05.23
SQL 책 추천(강력 추천)  (0) 2012.05.16
몽고DB 책 소개  (0) 2012.05.16
DB 개체 스크립트 하기  (0) 2012.04.25

SQL 책 추천(강력 추천)

안녕하세요. 주디아줌마입니다.

알마전에 출간된 SQL 운영과 튜닝 관련 책입니다. 운영 DBA에게 기본서라고도 할 수 있습니다. 초보자가 보기에는 어려운 내용으로 구성되어 있습니다. 

http://www.yes24.com/24/goods/6712482



주디아줌마 리뷰

  이 책을 3주간 보면서 "우와~" 감탄사가 저절로 나왔다. 이 책을 간단하게 말하면, "운영 DBA를 위한 필독서"라고 할 수가 있는데,  DB 운영관련 자료들이 인터넷을 통한 자료로 공유가 되었을 뿐  체계적으로 정리된 책으로는  없었던 것이 현실이다. 책의 내용은 설치, 인덱스, 모니터링, 튜닝, 고가용성, BI 까지 두루두루 실제 IT 업계에 종사하고 있는 DBA들이 경험을 바탕으로 한 책이어서인지 내용의 깊이가 다른 정말 값진 책이다. 사실, 책의 내용들이 알짜 정보들이라 나 조차도 공유를(ㅋㅋㅋ) 하지 않은 내용이라...(혼자 잘 먹고 잘살려고 ㅠㅠ...). 책으로 공유해주신거 다시금 감사합니다. 내가 제일 가장 재미있게 읽었던 부분은 "06. 잠금"으로, 가장 어려운 부분을 가장 쉽게 풀어서 재미있고 쉽게 이해할 수 있어으며, 개인적인 생각으로 sql troubleshooting 관련 부분을 심도있게 다룬 2판도 기대해봅니다.


'Etc' 카테고리의 다른 글

해외 NoSQL 관련 JOB 수요  (0) 2012.05.23
ipv6에 대해 고려중이신가요?  (0) 2012.05.17
몽고DB 책 소개  (0) 2012.05.16
DB 개체 스크립트 하기  (0) 2012.04.25
몽고DB Replicated Shard Cluster + Arbitor  (0) 2012.03.19

몽고DB 책 소개

얼마전에 출간된 몽고DB 번역서입니다. 책을 사서 읽고있지만 정말 깊이 있는 내용을 가지고 있네요.  특히, 인덱스 부분 최적화 부분에 잘 설명되어 있습니다.


http://kangcom.com/sub/view.asp?topid=1&sku=201204060003



이 책으로 몽고DB 사용자 그룹에서 스터디 진행중입니다. http://cafe.naver.com/mongodatabase


이 책으로 심도있게 서버 구축, 테스트, 모니터링 관련해서 공부하려고 합니다.

아자.ㅋㅋ


'Etc' 카테고리의 다른 글

ipv6에 대해 고려중이신가요?  (0) 2012.05.17
SQL 책 추천(강력 추천)  (0) 2012.05.16
DB 개체 스크립트 하기  (0) 2012.04.25
몽고DB Replicated Shard Cluster + Arbitor  (0) 2012.03.19
몽고DB 활용 사례  (0) 2012.03.19

2008 R2 Service Pack 2 CTP

안녕하세요. 주디아줌마입니다.

2008 R2 Service Pack 2 CTP 버젼이 나왔네요. 정말 오랫동안 기다렸습니다. 후덜덜.. 곧 정식 버젼이 나오겠네요. 


Download

http://www.microsoft.com/en-us/download/details.aspx?id=29848

http://blogs.msdn.com/b/sqlreleaseservices/archive/2012/05/14/sql-server-2008-r2-service-pack-2-customer-technology-preview-available.aspx

Below are a few key customer requested updates in Microsoft SQL Server 2008 R2 SP2 CTP:

  • Reporting Services Charts Maybe Zoomed & Cropped
    Customers using Reporting Services on Windows 7 may sometime find charts are zoomed in and cropped.  To work around the issue some customers set ImageConsolidation to false.
  • Batch Containing Alter table not cached
    In certain situations with batch files containing the alter table command, the entire batch file is not cached.
  • Collapsing Cells or Rows, If Hidden Render Incorrectly
    Some customers who have hidden rows in their Reporting Services reports may have noticed rendering issues when cells or rows are collapsed.  When writing a hidden row, the Style attribute is opened to write a height attribute. If the attribute is empty and the width should not be zero.


최신 진단쿼리