Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/DataBase/Database Type/Client DB/
LevelDB
Search

LevelDB

Creator
Creator
Seonglae Cho
Created
Created
2021 Mar 7 15:11
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Nov 6 10:37
Refs
Refs
LevelDB will substitute SQLite
Unix Like system Application development used BerkelyDB and this is developed form
Key/Value based Storage Library like Google의 BigTable and Amazo Dynamo
 
 
 
 
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. Authors: Sanjay Ghemawat ( sanjay@google.com) and Jeff Dean ( jeff@google.com) Keys and values are arbitrary byte arrays. Data is stored sorted by key. Callers can provide a custom comparison function to override the sort order.
google/leveldb
https://github.com/google/leveldb
google/leveldb
자동등록방지를 위해 보안절차를 거치고 있습니다.
자동등록방지를 위해 보안절차를 거치고 있습니다.
http://hochul.net/blog/leveldb-%EA%B5%AC%EA%B8%80%EC%9D%B4-%EA%B3%B5%EA%B0%9C%ED%95%9C-%EB%B9%A0%EB%A5%B4%EA%B3%A0-%EA%B0%80%EB%B2%BC%EC%9A%B4-%ED%82%A4%EB%B0%B8%EB%A5%98-%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%B2%A0/
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/DataBase/Database Type/Client DB/
LevelDB
Copyright Seonglae Cho