Fast file system that can both read and write
Posted: Wed Nov 24, 2021 9:23 am
Hi,
I have a Web server that servers quite a large website for the ESP32(All files and images add up to 2MB). The file read operations are taking over 10 seconds to complete and the bigger I make the SPIFFS partition, the worse it gets.
Many have suggested that the FAT on VFS is a faster solution, however this is unsuitable for me since I might need to update web pages and content through OTA updates in future.
Is there a file system faster than SPIFFS that has support for both read and write?
Thanks
I have a Web server that servers quite a large website for the ESP32(All files and images add up to 2MB). The file read operations are taking over 10 seconds to complete and the bigger I make the SPIFFS partition, the worse it gets.
Many have suggested that the FAT on VFS is a faster solution, however this is unsuitable for me since I might need to update web pages and content through OTA updates in future.
Is there a file system faster than SPIFFS that has support for both read and write?
Thanks