You are viewing a single comment's thread from:

RE: Decentralized Centralized Fractional Indexing

in LeoFinance3 years ago

Indexes are useful but only for the things you tend to use often. Otherwise, the extra storage space isn't really worth it. Then deciding between a hash or a tree is also kind of important depending on how you are looking for data. I think you just plan on using the database optimizer right? It generally does a good job of deciding when indexes are worth using.

Posted Using LeoFinance Beta

Sort:  

I think you just plan on using the database optimizer right?

Yep just do it the easy way until the easy way doesn't work.