Re: [Lxr-dev] Status of this project?
Brought to you by:
ajlittoz
From: Arne G. G. <ar...@gl...> - 2007-03-22 20:03:01
|
Jan-Benedict Glaw wrote: > What may be different is the way to get the newly auto-generated > number back again. But since the INSERT pathes aren't time-critical, > we'd just allow to SELECT for the value instead of playing tricks to > get it. While indexing is a batch job and as such not time-critical interactive-wise, there's a fair amount of inserts going on when you add a new release of a large project. I don't think the added simplicity is really worth de-optimizing this path. While it probably makes sense to add general versions to the DBI base class, I'd keep the specialized versions in the db-specific classes, at least for the larger tables. -- Arne. |