Hi,
I am using MSDE in my applications. Sometime the tables are large and it takes a time for reading the data by query.
1. If I split the tables it can help me? or not?
2. May be exist another way to read the data?
My application wrote in C# (dot.Net 1.1) using ADO (SQLClient).
Thank's
Alexei
1. spliting the tables...
as ur using sql server 2000 msde , horizontal partition is not too well supported..and it helps most if u keep the partitions on different drives , having seperate headers.....this article gives some info
http://www.sqlteam.com/Item.ASP?ItemID=684
2. other ways...as i said earlier there r a lot of things u can do...identify the bottelnecks and then work towards improving them...|||
Alexei:
Can you present the queries that are giving you problems? Please include some short example data and a brief listing of the composition of the target table in question. It is easier if we know the target problem.
|||
Dave
You are seriously going to have to give way more information for anyone to answer this question.
You state you are using MSDE, is this as a server? How many users? If you have > 8 simultaneous queries it will start to punish you and seriously degrate performance.
And what do you mean large? Can you post table creations, some sample data, and most importantly, how many rows you have? It might be indexing, it could be poorly written queries, it could be a server/ram issue, but without the table create scripts, it would all be an uneducated guess...
No comments:
Post a Comment