You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ This repository provides the essential libraries and tooling to seamlessly integ
14
14
-**CmdScale.EntityFrameworkCore.TimescaleDB**: The core runtime library. You include this in your project to enable TimescaleDB-specific features when configuring your `DbContext`.
15
15
-**CmdScale.EntityFrameworkCore.TimescaleDB.Design**: Provides crucial design-time extensions. This package enhances the EF Core CLI tools (`dotnet ef`) to understand TimescaleDB concepts, enabling correct schema generation for migrations and scaffolding.
16
16
17
+
> [!Tip]
18
+
> Learn more about **Eftdb** in the [documentation](https://eftdb.cmdscale.com/docs/).
19
+
17
20
---
18
21
19
22
## ✨ Features
@@ -28,7 +31,9 @@ Seamlessly define and manage **TimescaleDB hypertables** using standard EF Core
28
31
-**Space Partitioning**: Add additional dimensions for hash or range partitioning to further optimize queries.
29
32
-**Chunk Time Interval**: Configure chunk intervals to balance performance and storage efficiency.
30
33
-**Data Migration**: Control whether existing data should be migrated when converting a regular table to a hypertable using `migrate_data`.
31
-
-**Compression & Chunk Skipping**: Enable TimescaleDB's native compression and configure chunk skipping to improve query performance.
34
+
-**Chunk Skipping**: Enable chunk skipping to improve query performance on specific columns.
35
+
-**Compression Segment By**: Define columns to group compressed data by, allowing efficient access to specific segments without decompressing entire chunks.
36
+
-**Compression Order By**: Specify the sort order within compressed segments, with support for ascending/descending direction and NULLS FIRST/LAST positioning.
0 commit comments