R
Rob Fitzpatrick
Guest
Who really needs the "rowid" anyway? That one should have a notation which says to avoid the field altogether. You shouldn't avoid it. Each VST has only one index, on the "-id" field. Querying the table via that field, if you can, is the most efficient way to access it. In the case of large VSTs like _UserTableStat/_UserIndexStat, it's a valuable optimization.
Continue reading...