You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 (seeExportable::db_by_line
andDB::remove_files
).Consider instead (as well?) mapping filepaths to list-of-records.
The text was updated successfully, but these errors were encountered: