Hi
Im building a datawarhouse, and because of preformance issues this database has to be fast.
In order to speed up the dw Im trying to divide the fact table into smaller fact tabels distributed through varios computers.
Because of $ related issues Im going to try to use MySql or PostgreSQL. The problem is that I dont know if these servers allow distribution of tabels to various computers.
Oracle has a "database link" command that permits this, does MySQL have a command similar to Oracle's database link?
Thanks
Im building a datawarhouse, and because of preformance issues this database has to be fast.
In order to speed up the dw Im trying to divide the fact table into smaller fact tabels distributed through varios computers.
Because of $ related issues Im going to try to use MySql or PostgreSQL. The problem is that I dont know if these servers allow distribution of tabels to various computers.
Oracle has a "database link" command that permits this, does MySQL have a command similar to Oracle's database link?
Thanks