Subject separate table or separate database
Author Sean
Hi,

To improve query performance, I am thinking to split a huge table into
several small tables. Is there any performance difference between
splitting into several *tables* in the same database and splitting the
table into a small table in several *databases* ?

Best,
Sean