You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeSense is not a database per se, but since a lot of what we're using MongoDB for in this project is filtering and searching, it might make sense to completely replace MongoDB with TypeSense. I could imagine seeing huge performance improvements with this, although the migration is not trivial, of course.
Some things could also become more difficult, like #88.
It might also make sense to consider graph databases (maybe even in combination with TypeSense), as some things we're doing, and some things that we would like to do in the future, are graph-based.
The text was updated successfully, but these errors were encountered:
TypeSense is not a database per se, but since a lot of what we're using MongoDB for in this project is filtering and searching, it might make sense to completely replace MongoDB with TypeSense. I could imagine seeing huge performance improvements with this, although the migration is not trivial, of course.
See also: #188
Doing this might make the following issues much easier or even unnecessary:
Some things could also become more difficult, like #88.
It might also make sense to consider graph databases (maybe even in combination with TypeSense), as some things we're doing, and some things that we would like to do in the future, are graph-based.
The text was updated successfully, but these errors were encountered: