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

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

david.j.meyer2@boeing.comdavid.j.meyer2@boeing.com Posts: 54Questions: 15Answers: 0

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?

Replies

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    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

  • david.j.meyer2@boeing.comdavid.j.meyer2@boeing.com Posts: 54Questions: 15Answers: 0

    Thanks and how do i close this thread?

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    The cog at the top-right should do it, but it might just be an admin thing! I'll close it now,

    Colin

This discussion has been closed.