Skip to content

Commit 846cb6a

Browse files
updates README.md
1 parent c8bd0a3 commit 846cb6a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ This repository provides the essential libraries and tooling to seamlessly integ
1414
- **CmdScale.EntityFrameworkCore.TimescaleDB**: The core runtime library. You include this in your project to enable TimescaleDB-specific features when configuring your `DbContext`.
1515
- **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.
1616

17+
> [!Tip]
18+
> Learn more about **Eftdb** in the [documentation](https://eftdb.cmdscale.com/docs/).
19+
1720
---
1821

1922
## ✨ Features
@@ -28,7 +31,9 @@ Seamlessly define and manage **TimescaleDB hypertables** using standard EF Core
2831
- **Space Partitioning**: Add additional dimensions for hash or range partitioning to further optimize queries.
2932
- **Chunk Time Interval**: Configure chunk intervals to balance performance and storage efficiency.
3033
- **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.
3237

3338
### Reorder Policies
3439

@@ -42,6 +47,7 @@ Create and manage **TimescaleDB continuous aggregates** — automatically refres
4247
- **Aggregate Functions**: Support for `Avg`, `Sum`, `Min`, `Max`, `Count`, `First`, and `Last`.
4348
- **Group By Columns**: Add additional grouping dimensions beyond time.
4449
- **Filtering**: Apply WHERE clauses to filter source data.
50+
- **Refresh Policies**: Configure automatic refresh with customizable time windows, schedule intervals, and batching options.
4551

4652
---
4753

0 commit comments

Comments
 (0)