How do I query data in FeatureBase Cloud?
You can use standard SQL Language or our native PQL Language to query FeatureBase databases
Table of contents
Before you begin
- Learn how to create a database
- Learn how to import data to FeatureBase
- Learn about SQL
- Learn about PQL
The query endpoint
All queries in FeatureBase Cloud go through the query endpoint. The query endpoint is a synchronous call that streams your data back as it is returned by FeatureBase. There are current limitations to this query endpoint you should be mindful of:
Limit | Value |
---|---|
Execution Time Limit | 4000 seconds |
You will receive an error "Network Error"
if any limit is exceeded.