impress/db
Emi Matchu efda6d74ab Add cached fields to Item model for searching, but don't use them yet
This is the first part of a change to improve search performance, by
caching occupied zone IDs and supported body IDs onto the Item record
itself, instead of always doing joins with `SwfAsset`.

It's unfortunate, because part of the power of SQL is joins! But doing
joins with big tables, in ways that can't take advantage of indexes in
the same ways as we often want to, is… slow.

It's possible there's something I'm misunderstanding about SQL
optimization, and this _could_ be done with query optimization or
indexes instead of duplicating data like this? This complexity carries
the risk of data getting out of sync in unforeseen ways. But this is
what I know how to do, and it seems to be working, so! Okay!
2024-09-30 23:10:44 -07:00
..
migrate Add cached fields to Item model for searching, but don't use them yet 2024-09-30 23:10:44 -07:00
openneo_id_migrate Connect a NeoPass to an existing account 2024-04-08 05:33:58 -07:00
openneo_id_schema.rb Remove support for old "Nebula (fake)" April Fools color 2024-09-27 19:38:53 -07:00
schema.rb Add cached fields to Item model for searching, but don't use them yet 2024-09-30 23:10:44 -07:00
seeds.rb Move fundraising models into the Fundraising module 2024-02-18 20:29:31 -08:00