starscope icon indicating copy to clipboard operation
starscope copied to clipboard

Consider re-organizing DB layout

Open eapache opened this issue 9 years ago • 1 comments

Currently the DB maps type-of-record (e.g. :calls) to list-of-records. This is reasonably good for queries, but large databases become very slow for update and cscope export (see Exportable::db_by_line and DB::remove_files).

Consider instead (as well?) mapping filepaths to list-of-records.

eapache avatar Jan 24 '16 00:01 eapache

Related perhaps to #95 and #142

eapache avatar Jan 24 '16 15:01 eapache