<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>XinbooBlog</title><description>专注.NET开发，热爱微软生态</description><link>https://xinboo.aiursoft.com/</link><pubDate>Sat, 22 Aug 2026 09:48:03 GMT</pubDate><copyright>© 2021 - 2026 Xinboo</copyright><generator>MoongladePure v1.0.0 (a8ee77)</generator><item><title>浅聊一下时序数据库 InfluxDB，以及 .NET 怎么操作它</title><link>https://xinboo.aiursoft.com/post/2026/7/7/influxdb-dotnet-quick-start</link><description>Imagine a world where every sensor in a water pump room whispers its secrets to a database, creating a symphony of real-time data that traditional systems struggle to hear. This narrative explores the transition from conventional storage solutions like PostgreSQL and MongoDB to the specialized realm of Time Series Databases, specifically InfluxDB. Why do we need such a shift? Because time-stamped data behaves differently than standard relational records; it demands high write throughput, chronological querying, and immutable history. The core mystery lies in how InfluxDB organizes this chaotic influx of information through elegant abstractions like Buckets, Measurements, Tags, and Fields. Tags act as indexed dimensions for fast filtering, while Fields hold the actual metric values without indexing overhead—a distinction that can make or break performance at scale. For .NET developers, this isn't just theory; it is a practical journey from installing the InfluxDB.Client NuGet package to...--AI Generated</description><author>anduin2017@foxmail.com</author><category>InfluxDB</category><category>.NET</category><guid isPermaLink="false">8965374d-63dc-494f-a89c-3811bcea53ad</guid><pubDate>Tue, 07 Jul 2026 15:08:20 GMT</pubDate></item></channel></rss>