Subject | Re: [firebird-support] separate table or separate database |
---|---|
Author | Martijn Tonies |
Post date | 2007-07-27T16:26:25Z |
Sean,
But what makes you think your query will be faster if your table
data is split across more tables?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
> To improve query performance, I am thinking to split a huge table intoYou cannot query across databases, so that's a no go area.
> 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* ?
But what makes you think your query will be faster if your table
data is split across more tables?
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com