On Sat, Nov 07, 2009 at 05:00:47PM -0800, Brian Aker wrote: > Should we have a unique key on tables, and if so... does it belong > in the proto?
or were you thinking "should every table have a primary key?" i think yes... and if don't specify, we'll just create a hidden autoinc bigint pkey. makes things like replication a lot easier. engines such as ARCHIVE could fake it pretty easily so it uses 0 storage space too. -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

