This chapter provides information on handling records in your Web
application.
Filtering data and non-data records
If you wish to perform some queries only against data records and other queries only against PDRs, or against schema and configuration records, you can use the RecordKindOperator type to restrict records to a particular kind.
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.