How to find bad row with db api executemany()?

Roy Smith roy at panix.com
Sat Mar 30 00:10:09 EDT 2013


In article <mailman.3986.1364615879.2939.python-list at python.org>,
 Chris Angelico <rosuav at gmail.com> wrote:

> Side point: You mentioned SSDs. Are you aware of the fundamental risks
> associated with them? Only a handful of SSD models are actually
> trustworthy for databasing.

We haven't decided if we're going that route yet, but if we do, we will 
probably use do RAID SSD for added reliability.  We also have all our 
database servers in failover clusters, so we get added reliability that 
way too.

But, we have some runway left with more conventional technologies, so we 
don't need to decide for a while.  Ultimately, however, as reliability 
goes up and cost comes down, it's hard to imagine the SSD isn't going to 
be a big part of our lives at some point.



More information about the Python-list mailing list