Open Issues Need Help
View All on GitHub Data Science • Real-time Dashboards
Isolating organisations in the db 2 months ago
AI Summary: The task requires designing a database schema that can efficiently handle multiple organizations' sales data separately within a PostgreSQL database, likely involving adding an organization ID column to the sales table and potentially using schema separation or partitioning for improved scalability and performance. The goal is to modify the existing database structure to accommodate multiple tenants without data mixing.
Complexity:
4/5
help wanted