sourcegraph
sourcegraph copied to clipboard
😕 Rename confusing table names related to code intel
lsif_indexes- Stores metadata about a code intel index job. (per the current schema docs)- Why is this confusing:
- We no longer use LSIF
indexesseems to imply that it stores information about an index, which is a different entity from an indexing job (which may or may not produce an index)
- Alternate name ideas:
precise_scip_indexing_jobs(parallel tosyntactic_scip_indexing_jobs)
- Why is this confusing: