3

SQL or No SQL?

Comments
  • 22
    Your data should dictate that, not a random internet persona.
  • 17
    Depends on the data. Depends on the app. Depends on the availability requirements. Depends on the scalability requirements. Depends on the database engine. Depends on the persistence model. Depends on a bunch of things that you need to research to accurately gauge this question.

    Computer science is hard. You can't reduce it to inane questions like "SQL or noSQL?"
  • 9
    SomeSQLPerhaps
  • 12
    Screwdriver or hammer?
  • 4
    Go with OQL
  • 3
    @C0D4 What if it's one of us, though? It's good in that case, no?
  • 5
    "That is the question"
  • 2
    @react-guy geez you beat me to It 😁😁😁
  • 3
    Most projects I encountered work fine with MySQL and you can shoe-hammer a NoSQL database into it as well. I've seen it with a project which wanted NoSQL just to have it (because it's shiny new shit). And then implemented foreign keys and other constraints with the Model class as beforeInsert() hooks.
  • 3
  • 2
    U mad or u nomad?
  • 2
    Of all the things it could be called, NOSQL is the worst. The name contradicts itself.
  • 5
    neither, storing all relevant information in your head, like a true madman, for everything, even your users
  • 2
    Big fan of redis as a backend for desktop helper stuff.
  • 2
    @AleCx04 post-it notes 🤔 this gives me an idea 💡 PINQL
  • 1
    It depends on the situation
Add Comment