Data Cloud Custom API (Alpha)

A data request method supporting high-concurrency scenarios.

The Custom API functionality is designed to offer an efficient and reliable data processing solution, by automatically updating and persistently storing users' SQL query results according to a predetermined schedule in a relational database engineered to handle high concurrency and high throughput demands. This strategy, by sacrificing a certain degree of data real-time accuracy, achieves optimization in reducing response time and enhancing the number of requests processed. Compared to our Task API, the distinctiveness of the Custom API functionality lies in its less stringent requirement for data immediacy.

  • Task API: Asynchronous real-time requests with high data freshness (less concurrency scenarios).
  • Custom API: High concurrency and low latency (with slightly reduced data freshness,at least 5 minutes).