| ▲ | woadwarrior01 7 hours ago | |||||||||||||
Someone posted a temporary workaround for this on X[1]. sqlite3 ~/.codex/logs_2.sqlite "CREATE TRIGGER IF NOT EXISTS block_log_inserts BEFORE INSERT ON logs BEGIN SELECT RAISE(IGNORE); END;" Also, I found that running VACUUM FULL on the sqlite file on my laptop shrunk it from 27GB to a mere 73MB[2]. | ||||||||||||||
| ▲ | NamlchakKhandro 2 hours ago | parent | next [-] | |||||||||||||
The real solution is to stop using it and switch to Pi | ||||||||||||||
| ||||||||||||||
| ▲ | sgarland an hour ago | parent | prev [-] | |||||||||||||
DB-level rules saving the day once again. | ||||||||||||||