chaos
chaos copied to clipboard
On a Fat32 Filesystem its only able to save 13k Values
I made some benchmarks today with the benchmark of ueberDB -> https://github.com/Pita/ueberDB
The benchmarks on a ext4 filesystem are very well and we get nearly the same performance as a sqlite table used as key value store. It tests up to 100k values and it always stops with FAT32 at 13k. Maybe there is a limit of files in a folder.
Some Benchmark results, average time of a operation on different file systems: ext4: 50ms (nearly the same from beginning to the end) ext2: starts with 50ms and ends with 600ms (near the 100k) fat32: starts with 1100 and ends with 3300 ms (near the 13k)