lua-users home
lua-l archive

Re: [SQLite] Use of db:exec cause 5 second delay

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


idea:
try using tmps (from your post, /run/shm would work) and see if it improves. If it does, then you know its the SD card:
local db = sqlite3.open('/run/shm/test.db')

AltStyle によって変換されたページ (->オリジナル) /