v1.10.0
Quick Start
Visit the Brim Data download page to find the package for your platform.
Zed is distributed as a TGZ/ZIP file of command line executables for each supported platform. To install, unpack with with the appropriate utility for your platform. For example, on Linux:
curl -OL https://github.com/brimdata/zed/releases/download/v1.10.0/zed-v1.10.0.linux-amd64.tar.gz
tar xzvf zed-v1.10.0.linux-amd64.tar.gz
If you've installed the Zui desktop app and want to work with its Zed lake from the command line, we recommend using the Zed executables included with the app to ensure compatibility. See this Zui docs article for their location.
Release Notes
- Sorting is now performed automatically on
join
inputs when needed (explicitsort
no longer required) (#4770) - Various query performance improvements (#4736, #4737, #4739, #4740, #4783, #4785)
join
now works correctly when data inputs are sorted in descending order (#4767)- Reduce memory consumption during
delete -where
operations (#4734) - Fix a
null
-handling issue that caused incorrect query results after pool compaction (#4735, #4753) - Allow writing of vectors when compacting objects in a pool (#4756, #4757)
- Ensure query runtime errors are logged and made available through a new Query Status lake API endpoint (#4763, #4765, #4766, #4769)
- Add an example to the
where
docs showing inverse containment logic (#4761) - Add an example to the
cut
docs that includes setting a default value for a field (#4773, #4776) - Boolean
not
and!
now both work the same in expressions and search expressions (#4768) - The
zed
command now returns a hint mentioninginit
if no lake exists at the expected path (#4786)