Is it bad to have a growing number of tables for a forum sci
Posted: Fri Jan 16, 2009 10:36 am
I am writing a forum script using PGSql, and I am new to PGSql.
I am planning on having each thread that is started be a new table in the databae. Is this a bad idea? In the sense that there are potentially an infinite number of tables that will be generated? In other words, is it better to have the "possibly infinitley growing" data structure be a Table or a row?
Thanks
I am planning on having each thread that is started be a new table in the databae. Is this a bad idea? In the sense that there are potentially an infinite number of tables that will be generated? In other words, is it better to have the "possibly infinitley growing" data structure be a Table or a row?
Thanks