|
|
|
|
|
by safetytrick
883 days ago
|
|
Who is doing this and where can I read more? What are the tradeoffs? I imagine that you get a a dataset that is significantly smaller but it is much trickier to keep a dataset in memory the way you could with MySQL. It's like having a free implicit index on the customer (because you had to lookup the sqlite db file before you could start querying). I spend a lot of time thinking about tenancy and how to handle it. Tenancy is such a common problem. Performance is the number one reason tickets are hard to estimate. The second in my experience is security. Time and tenancy are the number one opportunities for SQL to just be better (I always need tenancy and my Order By or at least one constraint can typically be satisfied with time). |
|
The ease of backup/restore, the extra layer of separation, the ability to 'easily' move something off cloud -> on premises or local