Is it better to have 1 table with 10 000 entries, or is it better to have 100 tables with 100 entries. The idea is to create a table for each thread created, that table is to store all the posts for the thread. It was sugested to me to have one master table for all entries of all threads, and when I open a specific thread to call just the entries for that table (e.g. by ID of thread)Is it better to have 1 table with 10 000 entrie