|
|
|
|
|
by cornishpixels
2208 days ago
|
|
You can always take a multi-tenant system and convert it into a single-tenant system a lot more easily. First and foremost, you can simply run the full multi-tenant system with only a single tenant, which if nothing else enables progressive development (you can slowly remove those now-unnecessary WHERE clauses, etc). |
|
This is not true if your primary keys are int or bigint.
It's also not true if you have any sort of unique indexes that are scoped to a table.