Is it a known issue that the filesystem on Windows 10 is so slow? Being 5 times slower than macOS was roughly my experience but I thought there was just something wrong with my Windows laptop. I can't find any benchmark or explanation about this.
SQLite is 35% Faster Than The Filesystem (2017)
11–20 of 137 posts
Re: SQLite is 35% Faster Than The Filesystem (2017)
#12I would love for directories of small files to be stored this way under ZFS; like infrequently updated tar or zip (no compression) files. (Though the filesystem layer of compression might operate on the whole file, or maybe as two streams, one for the file and one for the index.)
edit: https://en.wikipedia.org/wiki/NTFS#Resident_vs._non-resident...
Re: SQLite is 35% Faster Than The Filesystem (2017)
#13Re: SQLite is 35% Faster Than The Filesystem (2017)
#14Is it a known issue that the filesystem on Windows 10 is so slow? Being 5 times slower than macOS was roughly my experience but I thought there was just something wrong with my Windows laptop. I can't find any benchmark or explanation about this.
https://github.com/microsoft/WSL/issues/873#issuecomment-391...
https://github.com/microsoft/WSL/issues/873#issuecomment-425...
Re: SQLite is 35% Faster Than The Filesystem (2017)
#15Re: SQLite is 35% Faster Than The Filesystem (2017)
#16I would love for directories of small files to be stored this way under ZFS; like infrequently updated tar or zip (no compression) files. (Though the filesystem layer of compression might operate on the whole file, or maybe as two streams, one for the file and one for the index.)
Re: SQLite is 35% Faster Than The Filesystem (2017)
#17I wondered the other day how things would behave in node if dependencies were in node_modules.sqlite3 (with posibility to eject to edit if needed).
Shouldn't it be possible to make an sql structure and mount it like an FS to find out?
The better way to do this would be to have node access the modules in SQLite directly.
Re: SQLite is 35% Faster Than The Filesystem (2017)
#18Re: SQLite is 35% Faster Than The Filesystem (2017)
#19SQLite is 35% faster reading and writing within a large file than the filesystem is at reading and writing small files.
Most filesystems I know are very, very slow at reading and writing small files and much, much faster at reading and writing within large files.
For example, for my iOS/macOS performance book[1], I measured the difference writing 1GB of data in files of different sizes, ranging from 100 files of 10MB to 100K files of 10K each.
Overall, the times span about an order of magnitude, and even the final step, from individual file sizes of 100KB each to 10KB each was a factor of 3-4 different.
Re: SQLite is 35% Faster Than The Filesystem (2017)
#20Is it a known issue that the filesystem on Windows 10 is so slow? Being 5 times slower than macOS was roughly my experience but I thought there was just something wrong with my Windows laptop. I can't find any benchmark or explanation about this.
Hey, maybe they could put rounded corners on the file deletion window, I bet that would fix it!