|
|
|
|
|
by elwinar
2027 days ago
|
|
It works well until you've got an issue, and then you're completely fucked. I think the sense of the comment was "how can I deploy or test anything once it goes in production". You know, were starting again from scratch is not an option ever. Using the database as a service layer is dumb for non-trivial scenarios were you need garantees that your service keeps running, or when you want to test new code with the production data. It's interesting, and probably useful to have a set of functions with the database, but there is real problems once your database stops being a dumb store. |
|
Do you think it's a bad idea to use something like PostGIS because it uses functions that live on the database?