首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

JDBM3: Diskbase的高效率keyvalue实现

2012-08-24 
JDBM3: Diskbase的高效keyvalue实现https://github.com/jankotek/JDBM3?每秒100万写操作, 1000万读操作?JD

JDBM3: Diskbase的高效keyvalue实现

https://github.com/jankotek/JDBM3

?

每秒100万写操作, 1000万读操作

?

JDBM provides TreeMap, HashMap and other collections backed up by disk storage.

Now you can handle billions of items without ever running out of memory.

JDBM is probably the fastest and the simpliest pure Java database.?

?

JDBM is tiny (160KB nodeps jar), but packed with features such as transactions,?

instance cache and space efficient serialization.

It also has outstanding performance with 1 million inserts per second and 10 million fetches per second (disk based!!).?

It is tightly optimized and has minimal overhead.?

It scales well from Android phone to multi-terrabyte data sets.

热点排行