On 17 Jul 2015, at 3:22am, Hayden Livingston <halivingston at gmail.com> wrote:
> So, In my application code I'm going to through loop through all the > tables. The table count is usually high hundreds (~600-800) Why do you have so many tables which, if I understand your post right, have the same column definitions ? You can't have thought up 800 different table definitions for one program. Why isn't all your data in one big table using an extra column to indicate its category ? Simon.

