Skip to main content

Data Loading

SQL Frames is meant to provide better UX by moving compute to the client side. However, in order to do that, a lot of data also needs to be sent to the client. Performance document covers some of the details of the volumes of data that is practical to bring to the browser for analysis.

While the in-memory analytics engine of SQL Frames provides a better experience after the data is loaded, it is equally important to pay attention to improve the UX while loading the data. This section provides the strategies and corresponding APIs to leverage to optimize data loading.