SharpCoreDB.Analytics
2.1.0-RC.3
dotnet add package SharpCoreDB.Analytics --version 2.1.0-RC.3
NuGet\Install-Package SharpCoreDB.Analytics -Version 2.1.0-RC.3
<PackageReference Include="SharpCoreDB.Analytics" Version="2.1.0-RC.3" />
<PackageVersion Include="SharpCoreDB.Analytics" Version="2.1.0-RC.3" />
<PackageReference Include="SharpCoreDB.Analytics" />
paket add SharpCoreDB.Analytics --version 2.1.0-RC.3
#r "nuget: SharpCoreDB.Analytics, 2.1.0-RC.3"
#:package SharpCoreDB.Analytics@2.1.0-RC.3
#addin nuget:?package=SharpCoreDB.Analytics&version=2.1.0-RC.3&prerelease
#tool nuget:?package=SharpCoreDB.Analytics&version=2.1.0-RC.3&prerelease
SharpCoreDB NuGet Package
This package is part of SharpCoreDB, a high-performance embedded database for .NET 10.
Patch updates in v1.9.5 (archived; current release v2.1.0-RC.3)
- ✅ Parameterized query binding fixed (Issue #336): named-parameter binding is token-aware, so parameter names that are prefixes of others (e.g.
@tvs@tid) no longer corrupt the SQL. - ✅ Server parameter pass-through fixed (Issue #337):
request.Parametersare forwarded on gRPC, the binary (PostgreSQL) protocol and WebSocket. - ✅ ULID encoding is now standards-compliant: ULIDs follow the official Crockford Base32 spec and are interchangeable with Python/Java/Go implementations.
- ✅ NuGet dependencies updated to their latest stable versions.
For full documentation, see: https://github.com/MPCoreDeveloper/SharpCoreDB/blob/master/docs/INDEX.md
Quick Start
See the main repository for usage examples.
SharpCoreDB.Analytics v2.1.0-RC.3
Advanced Analytics Engine for SharpCoreDB
Unlock enterprise-grade analytics with 100+ aggregate functions, window functions, and statistical analysis tools - 150-680x faster than SQLite.
✨ What's New in v1.9.5 (archived; current release v2.1.0-RC.3)
- ✅ Inherits metadata improvements from SharpCoreDB v1.9.5
- ✅ Phase 9 complete: 100+ aggregate and window functions
- ✅ Statistical functions: STDDEV, VARIANCE, PERCENTILE, CORRELATION
- ✅ SIMD-accelerated computations
- ✅ Zero breaking changes
🚀 Key Features
- 100+ Aggregate Functions: COUNT, SUM, AVG, MIN, MAX, STDDEV, VARIANCE, PERCENTILE
- Window Functions: ROW_NUMBER, RANK, DENSE_RANK, PARTITION BY
- Performance: 150-680x faster than SQLite for analytics
- Production Ready: 1,468+ tests, enterprise reliability
📊 Performance
- COUNT (1M rows): 682x faster than SQLite
- Window Functions: 156x faster
- STDDEV/VARIANCE: 320x faster
- PERCENTILE: 285x faster
📚 Documentation
📦 Installation
dotnet add package SharpCoreDB.Analytics --version 2.1.0-RC.3
Requires: SharpCoreDB v1.9.5+
Version: 1.9.5 | Status: ✅ Production Ready | Phase: 9 Complete
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net11.0 is compatible. |
-
net11.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.11)
- Microsoft.Extensions.Logging (>= 10.0.11)
- Microsoft.Extensions.ObjectPool (>= 10.0.11)
- SharpCoreDB (>= 2.1.0-RC.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.0-RC.3 | 34 | 9/17/2026 |
| 2.0.0.3 | 85 | 9/12/2026 |
| 2.0.0.2 | 96 | 9/4/2026 |
| 2.0.0.1 | 88 | 9/1/2026 |
| 2.0.0 | 87 | 9/1/2026 |
| 2.0.0-preview.3 | 69 | 8/30/2026 |
| 1.9.9 | 93 | 8/30/2026 |
| 1.9.8 | 95 | 8/29/2026 |
| 1.9.7 | 100 | 8/29/2026 |
| 1.9.6 | 93 | 8/28/2026 |
| 1.9.5 | 106 | 8/27/2026 |
| 1.9.4 | 111 | 8/22/2026 |
| 1.9.3 | 116 | 7/28/2026 |
| 1.9.2 | 128 | 6/7/2026 |
| 1.9.1 | 115 | 5/21/2026 |
| 1.9.0 | 128 | 5/20/2026 |
| 1.8.0 | 126 | 4/29/2026 |
| 1.7.2 | 135 | 4/28/2026 |
| 1.7.1 | 125 | 4/26/2026 |
| 1.6.0 | 141 | 3/23/2026 |
v2.1.0-RC.3 (2026-09-17): net11.0-only (C# 15 preview) release line - 2,897 tests green across 16 suites; the fixed-width inline capacity ships at 16 by default on both storage paths (batched multi-row INSERT measured +12 to +19 percent); the overflow arena writes a row's payloads in one append instead of one file open per value; and in-place UPDATE/DELETE with deferred index maintenance put the fixed-width fair-PK layout ahead of SQLite on UPDATE (0.8x) and DELETE (0.5x). Full details: https://github.com/MPCoreDeveloper/SharpCoreDB/blob/release/v2.1.0.0-RC.3/docs/CHANGELOG.md