Significant Ingest Slowdown After Adding Non-Indexed Columns to SQLite RTree App
Non-Indexed Columns in gaialight Table Causing Ingest Slowdown The core issue revolves around a significant slowdown in data ingestion after adding two non-indexed columns (ra and dec) to the gaialight table in an SQLite database. The database is part of a Python application designed to ingest a subset of the Gaia star catalog into two…