This chapter provides information on handling records in your Web
application.
Displaying records and attribute values with Studio
The Results Table component displays records in a tabular format. The Results List component displays records in a format similar to regular Web search results. The Data Explorer component displays each record as a set of key value pairs.
Performance impact of requesting large numbers of records
Requesting a large number of records at once can reduce memory usage in your front-end application if the response is handled by a streaming parser in the front-end application.