On 11/8/17, Peter Da Silva <[email protected]> wrote: > On 11/8/17, 8:20 AM, "sqlite-users on behalf of Richard Hipp" > <[email protected] on behalf of [email protected]> > wrote: >> The technical reason for this is that, from the point of view of the query >> planner, a WITHOUT ROWID table is really a covering index > > So basically the whole table is stored inline with the primary key index?
That's the basic idea, yes. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

