Realfire Release notes - v2.0.23

Batch Fetch To Soql

Added batch fetch feature to soql datagrid with ability to fetch upto 1000 batches. Assuming 1000 records per batch, this allows to fetch 1,000,000 rows into datagrid. Batch fetching can be cancelled once started too.

Soql Results view Enhancement

Soql Results view has been enhanced with performance fetching/parsing/rendering engine. Now results are shown a lot faster than before. For ex., to fetch 100k records, it used to take upto 200 seconds and now it completes in less than 30 seconds.