January 16, 2013 at 6:21 am
when lots of request comes to a table (for insert /update).
Can we split the table to virtual tables ?
After process the request , the virtual table are concatenated into single and update the original table.
Is that possible?
January 16, 2013 at 8:03 am
There's no such thing as a virtual table in SQL. You could write your code to insert into temp tables and later into the main table, probably over-complicating things
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 16, 2013 at 8:45 am
You can use staging tables, or partitioning, if your edition supports it. Partitioning sounds like what you are thinking of.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy