In the application, just one sequence is created, object_id_seq, to generate the object_id for all the tables in the db. Do you think each table should have its own sequence? Which is better, i.e., one sequence for entire db(schema) or multiple sequences for each table, in terms of performance?
Thanks for your helps. Jill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
