|
-
Jun 14th, 2019, 10:11 AM
#1
Read Entire Table
We have a table that represents the index for all of the laws for the state of Missouri. It has roughly 200,000 entries as a linked list. The table is being moved from an AS400 to MSSQL.
As I was updating the DB calls I could see that having the entire table in memory would make things easier.
Much to my surprise I could read the entire table into memory, convert the rows to objects and add them to a list in about 4 seconds. Memory usage topped out at about 200MB.
If I pursue this I understand the obvious issues, but what am I missing? Have you ever done anything similar?
Your opinions matter to me.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|