Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider re-organizing DB layout #154

Open
eapache opened this issue Jan 24, 2016 · 1 comment
Open

Consider re-organizing DB layout #154

eapache opened this issue Jan 24, 2016 · 1 comment

Comments

@eapache
Copy link
Owner

eapache commented Jan 24, 2016

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
Copy link
Owner Author

eapache commented Jan 24, 2016

Related perhaps to #95 and #142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant