Re: [SQLObject] select only specified columns
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Mark <mar...@gm...> - 2010-07-01 18:39:24
|
> +1VIEW is, IMHO, en excelent way to go, when the SQLObject is close to its > limits.Petr How do you create and use a view in SQLObject? And is not a view a tradeoff on response time vs DB size? If I create a separate table with a million rows I may add 50mb to the DB size, but if I use a view the DB has to select out the view each time and that 50mb may not cache. Mark |