Skip to content

Commit 0f5b308

Browse files
committed
readme: document UNSTABLE_SQUASH_ENABLE
Signed-off-by: Miguel Molina <[email protected]>
1 parent d5998f4 commit 0f5b308

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ To make some common tasks easier for the user, there are some functions to inter
6363
|is_remote(reference_name)bool| check if the given reference name is from a remote one |
6464
|is_tag(reference_name)bool| check if the given reference name is a tag |
6565

66+
## Unstable features
67+
68+
- **Table squashing:** there is an optimization that collects inner joins between tables with a set of supported conditions and converts them into a single node that retrieves the data in chained steps (getting first the commits and then the blobs of every commit instead of joinin all commits and all blobs, for example). It can be enabled with the environment variable `UNSTABLE_SQUASH_ENABLE`.
69+
6670
## Examples
6771

6872
### Get all the HEAD references from all the repositories

0 commit comments

Comments
 (0)