Kandula Tulasi on 25 Oct 2024 08:54:33
- We have a limitation for the Max row in Datasets queries.
- Maximum of 100,000 rows or 1,000,000 values per query (whichever is hit first). For example if you query for 5 columns, you can get back max 100,000 rows. If you query for 20 columns, you can get back max 50,000 rows (1 million divided by 20).
- Users are thinking that it would be great if the Max row limit is increased.
- Please have a look into this and try to get this into production for the users.