What is the best approach to solve a page like this (millions and millions records)?
On Thu, Feb 23, 2017 at 2:20 PM, Ricardo Peres <[email protected]> wrote: > Why would you want to page over 1 trillion records? > > RP > > > On Thursday, February 23, 2017 at 11:35:40 AM UTC, Laurel Jay Fadul wrote: >> >> When the rows grow up to 1 Trillion (int limit), Nhibernate will unable >> to query those more than int indexes. IQuery.SetFirstResult only support >> int parameter. Hope this will fix in the future. Thanks.. >> > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/nhusers. > For more options, visit https://groups.google.com/d/optout. > -- ______________________________________ Felipe B Oriani [email protected] -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
