python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AWS - Postgres Aurora RDS Cluster & `max_parallel_workers_per_gather`
I have an Aurora cluster on which I'm trying to globally disable parallel queries (so that I can safely lean on SET for configuration parameters to handle multi-tenant-edness...), but don't seem to be...

Nick M
Votes: 0
Answers: 1
How to design multi-organization application?
my team and I are developing a saas-like platform, mainly focused on organizations where a user can log in, choose an organization which he wants to manage (user can be assigned to multiple "org...

Ymmij
Votes: 0
Answers: 1
Multi Tenancy in ClickHouse
A lot of people don't want to use ClickHouse just to do analytics for their company or project. They want to use it as the backbone for SaaS data/analytics projects. Which most of the time would requi...
Marwan abdel moneim
Votes: 0
Answers: 1
Image directory changes automatically in django 3.2 tenant schemas
I am working with Django Tenant Schemas. I have Image field in user model and i have used upload to function to store the avatars inside the /avatars/<tenant_name>/<user_id>/filename.
When...
Gowtham
Votes: 0
Answers: 0