How to monitor the build and query performance of cubes in Kylin?
Kylin offers various methods to monitor the performance of Cube building and querying.
- Use Kylin’s Web UI to monitor the performance of Cube building and querying. In Kylin’s Web UI, you can view information such as the Cube’s build status, build time, size of the Cube, as well as query response time, query frequency, and other metrics.
- Utilize Kylin’s REST API to access information on Cube construction and querying performance. The REST API allows for retrieving details such as the Cube’s construction status, construction time, size, query response time, query frequency, and more.
- Monitor the build and query performance of Cubes using the logging feature provided by Kylin. Kylin will record the log information for Cube construction and queries, allowing users to assess the performance of Cube build and queries by reviewing the logs.
- Use monitoring tools such as Ganglia and Prometheus to monitor the building and querying performance of Cube. By configuring these monitoring tools to collect and display performance metrics of Cube’s building and querying, it provides a more intuitive understanding of Cube’s performance.