If you're in trouble and cannot find an answer to a question which goes beyond Stack Overflow...
If you have a not-so-usual solution for your problems but need to justify it to your boss...
If you like to think on your own rather than blindly follow "common wisdom" and "profound truth"...
...then 'No Bugs' Hare on Soft.ware might be the right place for you.
Your mileage may vary. Batteries not included

Assorted Rants Tagged ‘SQL’, page 1:

OLTP Database Optimization 102 – DIY Heterogeneous Replication (Part II)

posted by

Quote: “The point of Super-Replica is that it is a replica Slave DB which is larger than original Master DB”
Another Quote: “this "don’t write some HISTORICAL data to Master DB" approach can easily allow to reduce the load on the Master OLTP DB by a factor of 2x-3x”

OLTP Optimization 102: DYI Heterogeneous Replication. Part I (Basics)

posted by

Quote: “there are still several Big Fat ReasonsTM to use DIY replicas”
Another Quote: “With the Replication Messages described above, it is ok to apply Replication Messages to Slave DB which is newer than exactly necessary.”

DB Execution Plans for C++/Java Developers, and for anybody who has read Knuth

posted by

Quote: “If I was a compiler-with-ability-to-create-indexes-as-I-need-it – what would I do to make The Ideal Execution PlanTM for this request?”
Another Quote: “When we have that ideal-execution-plan – we still need to convince our SQL compiler to use it”

Representing The Same Data Structure in SQL and NoSQL (from Classical Codd-style SQL to Key-Value NoSQL with SQL-with-XML and Structured NoSQL in between)

posted by

Quote: “while duplication MAY indeed improve performance – undue duplication also MAY hit performance pretty badly”
Another Quote: “NoSQL will usually call for another denormalisation on top of what we’ve described above for SQL-with-XML.”
Copyright © 2014-2016 ITHare.com