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

[Feature] DB too many indexes? #7

Open
CjHare opened this issue Sep 20, 2022 · 1 comment
Open

[Feature] DB too many indexes? #7

CjHare opened this issue Sep 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@CjHare
Copy link
Contributor

CjHare commented Sep 20, 2022

Feature Description

Indexing impacts performance of insert, update and delete, are all of them needed?
Table scanning may be fine instead, how much data is expected?

Additional Information

@CjHare CjHare added the enhancement New feature or request label Sep 20, 2022
@CjHare CjHare changed the title [Feature] DB too many indixies? [Feature] DB too many indexes? Sep 20, 2022
@jio-gl
Copy link

jio-gl commented Sep 27, 2022

The final SQL schema and indexes will depend on the number of queries we do on the initial implementation for SQL. The rest can be removed of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants