TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Add text based db index #111

Closed yonzarecki closed 7 years ago

yonzarecki commented 7 years ago

Currently the longest db access time is ~1 sec. However, Adi still thinks this is too long, and can be decreased to 0.01 when a text-based db index is used.

In this issue we'll add and the text-based index to our db system.

tonylekhtman commented 7 years ago

I think this link can help us with adding index to the orm.

tonylekhtman commented 7 years ago

@AmitOhayon

yonzarecki commented 7 years ago

Do we really need an index for performance ? The DB isn't as slow as we initially thought

tonylekhtman commented 7 years ago

I guess we need to check this first on different kinds of searches (popular and unpopular exceptions)

tonylekhtman commented 7 years ago

After a chcek, apparently this link wasn't what we were looking for. It seems not so important as @yonzarecki said because our fetch time decreased since we moved to the new server. Closing for now because it has low priority in my opinion.