Hi youmtheara,
If you are using large database queries, you must analyze before get them and then choose if you need to get all data or a sample. If you need to get all data, you could use pagination options from laravel or another available package.
Hope it helps you.
How many rows returns if you are query a Database? All about this will depend on what data (rows on a database, images, ...) you are extracting and the datasource used.
My report have around 5000 to 10000 rows. Now i don't know to solve this.
I think that i can't use pagination, because other field of record is calculated with any function. On the other hand in my report have any condition/filter.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community