Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
399 changes: 202 additions & 197 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@
- `src/datafusion-client` and `src/datafusion-server`, Client/Server library, this enables distributed LiquidCache.
- `src/datafusion-local`, this is a in-process LiquidCache, used for local DataFusion instances.

## Study guide

This repo has many studies, they are not for production use, but only for research purposes to understand how the system behaves.
The coding guidelines for study are different:

1. Focus on concise, minimal intrusive, easy to understand code.
2. No error handling, no robust edge case handling, just one shot code.
3. Ok to hard code if it can simplify the implementation.

### Lineage-based cache expression

1. The lineage_opt.rs analyze the input query's column usage, and passes it down to LiquidCache.
Expand Down
Loading