eBay / Jungle

An embedded key-value store library specialized for building state machine and log store
Apache License 2.0
224 stars 54 forks source link

question about forestdb #136

Closed calvin2021y closed 2 years ago

calvin2021y commented 2 years ago

It must be link with forestdb to work ?

greensky00 commented 2 years ago

Yes, Jungle uses ForestDB for the indexing of a single Table file.

calvin2021y commented 2 years ago

thanks for the explain.

May I ask how much QPS for a nvme device ?

greensky00 commented 2 years ago

That is not a fixed number and varies widely according to the device's IOPS, workload pattern (random/sequential), locality, key-value size, the entire dataset size, RAM size, the number of concurrent threads, and many others.