Open Yazington opened 1 month ago
If this is being created for multiple users (maybe one day millions), we need to scale. Having in memory with numpy is simple, but if I was to query something, it would load the entire database in memory
Suggestions:
Yeah! In fact I'm planning to improve this Project with multi-user support
@Yazington Hi, I added a naive beta support for multi-tenancy, maybe you can do a proof-reading of this feature❤️
If this is being created for multiple users (maybe one day millions), we need to scale. Having in memory with numpy is simple, but if I was to query something, it would load the entire database in memory
Suggestions: