[22-02-13 11:01:17.0761] Slim::Schema::Storage::throw_exception (121)
Error: DBI Exception: DBD::SQLite::db selectcol_arrayref failed: out of
memory [for Statement "
                SELECT term, d FROM (
                        SELECT term, SUM(documents) d
                        FROM fulltext_terms
                        WHERE NOT col IN ('*', 1, 0) AND LENGTH(term) > 1
                        GROUP BY term
                        ORDER BY d DESC
                )
                WHERE d > 500
        "]

Argh... how much free disk space would you have, in particular on the drive where your TEMP folder lives?

Could you please run the inner SELECT in the above statement in SQLite directly, to get the total number of rows for that query?
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to