Slow work of insert data with SQLite3
Posted: Wed Sep 09, 2020 4:08 am
Arduino IDE version: 1.8.10
ESP32 packages version: 1.0.4
SQLite3 database lib: https://github.com/siara-cc/esp32_arduino_sqlite3_lib
Test:
Result:
ESP32 packages version: 1.0.4
SQLite3 database lib: https://github.com/siara-cc/esp32_arduino_sqlite3_lib
Test:
- ESP32 inserted 100 records with four-column.
- ESP32 search a specific record from 10000 records.
Result:
- Esp32 took about 0.486s to retrieve while the insert took about 8s.
- Why is ESP32 insert so slow?
How can I solve it?