Jungle icon indicating copy to clipboard operation
Jungle copied to clipboard

question about forestdb

Open calvin2021y opened this issue 2 years ago • 3 comments

It must be link with forestdb to work ?

calvin2021y avatar Jun 05 '22 11:06 calvin2021y

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

greensky00 avatar Jun 05 '22 18:06 greensky00

thanks for the explain.

May I ask how much QPS for a nvme device ?

calvin2021y avatar Jun 06 '22 14:06 calvin2021y

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.

greensky00 avatar Jun 07 '22 04:06 greensky00