windranger-io / windranger-mass-delegation-api-server

The API server that manages the delegation of votes and querying of an address' voting power.
Apache License 2.0
0 stars 3 forks source link

[Feature] DB too many indexes? #7

Open CjHare opened 2 years ago

CjHare commented 2 years ago

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

jio-gl commented 2 years ago

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.