第 6 章 监控和调优数据平面查询


Data Grid 会公开查询的统计信息,并提供您可以调整的属性以提高查询性能。

6.1. 获取查询统计信息

收集统计信息,以收集有关索引和查询性能的信息,包括索引类型和查询完成的平均时间等信息。

流程

执行以下操作之一:

  • 调用 getSearchStatistics ()getClusteredSearchStatistics () 方法进行嵌入式缓存。
  • 使用 GET 请求从 REST API 获取远程缓存的统计信息。

嵌入式缓存

// Statistics for the local cluster member
SearchStatistics statistics = Search.getSearchStatistics(cache);

// Consolidated statistics for the whole cluster
CompletionStage<SearchStatisticsSnapshot> statistics = Search.getClusteredSearchStatistics(cache)

远程缓存

GET /v2/caches/{cacheName}/search/stats

Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.