How can I query the table list without system tables like sqlite_sequence
How can I query the table list without system tables like sqlite_sequence
select * from sqlite_master ?_cf_KV and sqlite_sequence are also listed
CREATE INDEX idx_magnetograms_timestamp ON magnetograms(timestamp)sensors and another table of data, where data stores sensor_id, an index on that column speeds up queries like SELECT * FROM data WHERE sensor_id = ?CREATE INDEX idx_data_sensor_id_timestamp_desc ON data(sensor_id, timestamp DESC)no-cors-mode strips the Auth header, so that's also not an option.
does this limit apply to DO backed by sqlite?No.
f1464da9-c78b-42c2-b197-fc60492ca704)
{
"query": "delete from \"magnetograms\" where (\"magnetograms\".\"timestamp\" < ? or \"magnetograms\".\"timestamp\" > ?)",
"avgRowsRead": 119275,
"totalRowsRead": 715650,
"avgRowsWritten": 119273,
"totalRowsWritten": 715638,
"avgDurationMs": 418.5989,
"totalDurationMs": 2511.5934,
"numberOfTimesRun": 6,
"queryEfficiency": 0
}