惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
量子位
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
V
Visual Studio Blog
雷峰网
雷峰网
T
Tailwind CSS Blog
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
有赞技术团队
有赞技术团队
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
T
The Blog of Author Tim Ferriss
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Monitor VoltDB with Datadog
Jordan Obey · 2021-03-11 · via Datadog | The Monitor blog
Jordan Obey

Jordan Obey

Senior Technical Content Writer

VoltDB is an ACID-compliant, in-memory relational database designed to support real-time analytics. VoltDB’s in-memory storage, stored procedures, and shared-nothing architecture make it specifically optimized for quickly processing massive streams of data. This means VoltDB is tailored for use cases like online gaming, telecommunication, and financial applications, which require fast data processing.

Datadog’s new VoltDB integration provides you with full visibility into key database metrics and logs you can monitor and alert on to help you ensure that your VoltDB clusters remain available, have enough resources to handle demand, and are executing stored procedures as expected. After you set up the integration, you will have immediate access to a customizable out-of-the-box dashboard.

Datadog’s default VoltDB dashboard.
Datadog’s default VoltDB dashboard
Datadog’s default VoltDB dashboard.

Datadog’s VoltDB dashboard provides you with a complete overview of the health and performance of your databases, giving you insight into metrics that track available memory, query latency, stored procedure performance, and table resource usage. The dashboard also provides a log stream, so you can correlate metrics with logs related to garbage collection, client authentication, and SQL execution events. This gives you greater context around any performance or capacity issues, enabling you to start troubleshooting as soon as a problem occurs and deciding, for example, if your database needs resizing.

Get a full view of your tables

In order to speed up query processing, VoltDB automatically partitions database tables based on a specified partitioning column. Though partitioning helps optimize performance, it’s still important to make sure you understand the state of your tables, including how much data they’re currently storing and how that data is distributed. For example, you can see how many rows have been stored in a table (voltdb.table.tuple_count) and, if you have a row limit set, what percentage of that limit has been used (voltdb.table.percent_full). This will help you determine if and when you should adjust your row limit settings or scale your database by expanding system resources or adding more nodes to your cluster. Datadog automatically tags incoming metrics by table and partition so that you can see whether a specific partition of a table is approaching a row limit, which would prevent more data from being written to it.

Use the tuple count metric to visualize the number of rows stored in a table

Ensure stored procedures maintain high performance

In addition to partitioning tables, VoltDB can also partition stored procedures. This means that certain stored procedures only query specific partitions of your database, which helps SQL queries process quickly. Because VoltDB relies on stored procedures to perform optimally, monitoring their behavior is crucial to understanding the performance of your database. Monitoring how often procedures are invoked (voltdb.procedure.invocations) and their average execution times (voltdb.procedure.avg_execution_time) lets you track the performance of your stored procedures and ensure that they’re executing successfully and as quickly as you expect.

Monitor the performance and health of your stored procedures

You can also compare the count of stored procedures’ successes (voltdb.procedure.successes) to their failures (voltdb.procedure.failures). If you notice a spike in procedures failing, examining VoltDB logs can provide you with insight into possible causes like failed client authentications or constraint violations.

Start monitoring your VoltDB database today

Datadog’s new integration provides you with full visibility into your VoltDB databases, enabling you to visualize and alert on key metrics and logs. If you already have a Datadog account, visit our documentation to get started. If you are not already using Datadog, get started today with a 14-day free trial.