반응형
RocksDB: Persistent key-value store for fast storage http://ow.ly/2BzPfY
RocksDB: Persistent key-value store for fast storage
Embedded key-value store for fast storage
RocksDB is a persistent key-value store for fast storage environments that builds on LevelDB for scalability across multi-core servers. It’s embeddable, but can also be used as the foundation for a client-server database.
Homepage: http://rocksdb.org/
GitHub: https://github.com/facebook/rocksdb
Docs: http://rocksdb.org/overview.html
GitHub: https://github.com/facebook/rocksdb
Docs: http://rocksdb.org/overview.html
The rocksdb
library provides a persistent key value store. Keys and values are arbitrary byte arrays. The keys are ordered within the key value store according to a user-specified comparator function.
The library is maintained by the Facebook Database Engineering Team, and is based on leveldb, by Sanjay Ghemawat and Jeff Dean at Google.
This overview gives some simple examples of how RocksDB is used. For the story of why RocksDB was created in the first place, see Dhruba Borthakur's introductory talk from the Data @ Scale 2013 conference.
반응형
'프로그래밍 > DataBase' 카테고리의 다른 글
[DB] COMPUTE BY 는 group by와 다르다. 리스트와 결과를 볼 수 있다. (0) | 2013.12.31 |
---|---|
OpenTSDB: Scalable time-series database (0) | 2013.11.21 |
[MSSQL] getdate()에 1초 더하기 (0) | 2013.11.08 |
[NoSql] NoSql 활용 - 특징 (0) | 2013.11.05 |
[MSSQL] 저장프로시저 내용 보기 - SP, Stored Procedure (0) | 2013.09.23 |