DEV Community

Discussion on: Any NoSQL true believers out there?

 
stereobooster profile image
stereobooster

It's a shame I'm not that good with Django. If it would be ActiveRecord it would be much easier for me to understand what is behind. I will try to read it but no guarantees.

Can you get output of explain queries from the production db for those queries?

Thread Thread
 
yaser profile image
Yaser Al-Najjar • Edited

It would take me some time to get done right now, cuz I need to:

  1. Spin up the staging env
  2. Copy the production db into the staging env
  3. Turn into debugging mode (to run the debug toolbar)
  4. Get the generated query from there
  5. Run the explain query in DBeaver in the production db with the generated query

I will do once we do the first 3 steps these days

Thread Thread
 
stereobooster profile image
stereobooster

I hope you will post a blog about how the transition to new DB has gone and what decision process was. Without seeing actual DB (and hardly able to read Django) it is hard to judge, maybe you really have a good case for DocumentDB.

Thread Thread
 
yaser profile image
Yaser Al-Najjar

Sure... will do ;)