Hi All,
I have a .yxdb file that has about 15.6m rows and 30 columns. I'd like to explore adding the contents of the .yxdb to our data warehouse. However, when I test reading the table from our data warehouse via SQL Server, it takes a very long time to read all of the data in - roughly 6-7 hours. When I read it from the .yxdb, however, this time is dramatically less (it only takes around 8 minutes via this method). I'd like to get as close to this time as possible when reading from the data warehouse.
I don't any experience fine tuning SQL Server tables for performance, but I'm trying out versions of the table with a clustered index on different columns. So far, this hasn't produced any noticeable difference. My current testing method is to just use an Input Tool connected to a Select Tool.
Has anyone ever had a similar experience and was able to improve read times when doing a SELECT * from a large SQL Server table?
Thank you in advance! If I can provide additional information let me know! 