Re: Useful MySQL Routines

2009-04-19 Thread Lawrence D'Oliveiro
In message , Tino Wildenhain wrote: > Lawrence D'Oliveiro wrote: > >> In message , Tino >> Wildenhain wrote: >> >>> Btw, the bulkinserter could be better done by using executemany >>> and select usefull batch sizes. >> >> Hmm, I've never bothered with executemany. The code as written copes >> c

Re: Useful MySQL Routines

2009-04-19 Thread Tino Wildenhain
Lawrence D'Oliveiro wrote: In message , Tino Wildenhain wrote: Lawrence D'Oliveiro wrote: I've done a writeup on some of the basic routines I frequently use here . Why is that specific to mysql? Because that's all I've used s

Re: Useful MySQL Routines

2009-04-19 Thread Lawrence D'Oliveiro
In message , Tino Wildenhain wrote: > Lawrence D'Oliveiro wrote: >> I've done a writeup on some of the basic routines I frequently use here >> . > > Why is that specific to mysql? Because that's all I've used so far. Though sqlite

Re: Useful MySQL Routines

2009-04-19 Thread Tino Wildenhain
Lawrence D'Oliveiro wrote: I've done a writeup on some of the basic routines I frequently use here . Why is that specific to mysql? Btw, the bulkinserter could be better done by using executemany and select usefull batch sizes. I