Skip to content

Commit

Permalink
0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Feb 4, 2024
1 parent 8bcda4e commit 43fcb7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/documents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- run: pip install --upgrade mkdocs-material mike termynal

# keep five versions
# - run: mike delete "0.7.0"
- run: mike delete "0.9.0"

# # this should match the version
# - run: mike delete latest
# - run: mike deploy -p "0.12.2" latest
# - run: mike delete dev
- run: mike delete latest
- run: mike deploy -p "0.13.0" latest
- run: mike delete dev

- run: mike deploy -p "0.13.0" dev
- run: mike deploy -p "0.14.0" dev
7 changes: 2 additions & 5 deletions docs/contributing/internals/optimization-strategies.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Optimization Strategies

Strategy | Type | Status
:--------------------------- | :----------- | :----------
Strategy | Type | Status
:------------------------------------------------------------ | :----------- | :----------
[Split Conjunctive Predicates](#split-conjunctive-predicates) | Heuristic | Implemented
[Predicate Pushdown](#predicate-pushdown) | Schema-Aware | Implemented
[Projection Pushdown](#projection-pushdown) | Schema-Aware | Implemented
Expand All @@ -23,9 +23,6 @@ Strategy | Type | Status
[Correlated Predicates](#correlated-predicates) | Schema-Aware | Considered
[JOIN Elimination](#join-elimination) | Schema-Aware | Considered

3. Redundant Join Elimination
In some cases, value ranges could lead to the identification of redundant JOINs. For instance, if the value ranges of the joining columns do not overlap, the JOIN will not produce any results, and it might be optimized away entirely.


### Split Conjunctive Predicates

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file, where appro

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.13.0] - UNRELEASED
## [0.13.0] - 2024-02-03

### Added

Expand Down

0 comments on commit 43fcb7f

Please sign in to comment.