C# .NET Web application Oracle Table with 500K rows
C# .NET Web application Oracle Table with 500K rows

in Editor
How do you suggest dealing with large datasets? By large datasets I'm talking about greater than 500K rows. Is there an example i can look at for .NET?
This discussion has been closed.
Replies
Hi @david.j.meyer2@boeing.com ,
For that volume of data, it's recommend to use server side processing. For server side processing, enable
serverSide
. The protocol is discussed here.There are no examples for .NET specifically, but there are a few here.
Cheers,
Colin
Thanks and how do i close this thread?
The cog at the top-right should do it, but it might just be an admin thing! I'll close it now,
Colin