mazziechai / kose-kata

Powerful note Discord bot
Mozilla Public License 2.0
2 stars 0 forks source link

`/list` and related commands have bad performance and use many resources when there are a lot of notes #3

Open mazziechai opened 1 year ago

mazziechai commented 1 year ago

This could be solved with lazy pagination and retrieving of notes. I'm not sure how to make this better with searching notes since the fuzzy search is in code rather than in MongoDB, which means that all notes have to be retrieved before a search.