function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jefferson escobar-pereaJefferson escobar-perea 

Build a report using Visualforce to manage more than 1 million of records

Hi all,

Currently we have a standard matrix drill down report which shows data even more than 1 millions of records. Because my client wants to see the columns dinamacally based on some data for the parent object, I will need to change from standard report to a custom report build on Visualforce page. I am worry of the amount of records because the object migt be have more 1m of records and will be a little bit chaotic to lead with the govern limits in Salesforce.

Any insight or suggestion based on your experienced you can share with me ?

Many thanks for your help. 
viruSviruS
Hi Jeff,

If you do not need to keep state of data then Use Transient to show data to avoid the View state issue on VF page 
Jefferson escobar-pereaJefferson escobar-perea
What about have more than 1 million of records in a Visualforce page, i