@buglecafe93
Active 3 years, 8 months ago
LevelDB stores keys, values and other arbitrary Byte arrays. Data is sorted according to key. It supports batching writes, forward and reverse iteration, and compression of data using Google’s Snappy compression library.
LevelDB is not a SQL database. It is not able to support SQL queries, unlike other NoSQL or dbm stores. Additionally, […] View
-
Odom Flindt posted an update 3 years, 8 months ago
LevelDB stores keys, values and other arbitrary Byte arrays. Data is sorted according to key. It supports batching writes, forward and reverse iteration, and compression of data using Google’s Snappy compression library.
LevelDB is not a SQL database. It is not able to support SQL queries, unlike other NoSQL or dbm stores. Additionally,…[Read more]
-
Odom Flindt became a registered member 3 years, 8 months ago

