Skip to content

Releases: pixelsdb/pixels-presto

Pixels-Presto 0.1.0

04 Aug 09:48
4e06df8

Choose a tag to compare

Main Features

  • Support Pixels as the table storage engine.
  • Support pushing down table scan tasks (including filters and projections) into cloud functions.

Release Notes

What's Changed

  • [PIXELS-222]: enable remote access for storage systems that do not ensure data locality. by @bianhq in #2
  • [PIXELS-225]: update HDFS dependencies. by @bianhq in #3
  • [PIXELS-233]: add log4j configurations for pixels-presto. by @bianhq in #4
  • [PIXELS-245]: use pixels.config instead of pixels.home. by @bianhq in #5
  • [PIXELS-170]: support lambda scan in page source. by @bianhq in #6
  • [PIXELS-170]: implement scan coprocessing and auto deletion of intermediate files. by @bianhq in #7
  • HOTFIX: comments. by @bianhq in #8
  • [PIXELS-261]: add pixels-executor. by @bianhq in #9
  • [Issue #10]: fix select count(*) from t on the compact layout of tpch. by @bianhq in #11
  • [PIXELS-170]: synchronize with the scan worker update in Pixels. by @bianhq in #13
  • [PIXELS-170]: support new lambda scan input, and sync with pixels-trino. by @bianhq in #14
  • [PIXELS-170]: fix domain predicate and column stats. by @bianhq in #17
  • [PIXELS-170]: adapt to scan projection and fix bugs. by @bianhq in #18
  • [Pixels 170]: sync with pixels and pixels-trino. by @bianhq in #19
  • [PIXELS-170]: support Redis as intermediate storage. by @bianhq in #20
  • [PIXELS-170]: fix null pointer in VarcharArrayBlockEncoding. by @bianhq in #21
  • [PIXELS-170]: update docs. by @bianhq in #22
  • [Issue #23]: upgrade Presto to 0.279. by @bianhq in #25
  • [Issue #12]: avoid invoking Lambda for select count(*). by @bianhq in #28
  • [PIXELS-385]: only load HDFS when connector is initialized by Presto. by @bianhq in #29
  • [Issue #24]: support table statistics. by @bianhq in #30
  • [PIXELS-393] update imports. by @bianhq in #31
  • [PIXELS-403] fix comments. by @bianhq in #32
  • [PIXELS-405] rename gc threashold. by @bianhq in #33
  • [PIXELS-416] synchronize with pixels. by @bianhq in #34
  • [PIXELS-452] enable reading from different storages in serverless workers. by @bianhq in #35
  • [PIXELS 431] refine transaction protocol. by @bianhq in #36
  • [PIXELS-466] remove minio config. by @bianhq in #37
  • [PIXELS-468] set operator name for scan worker. by @bianhq in #38
  • [PIXELS-437] update metadata service. by @bianhq in #39
  • [PIXELS-435] using split id in scan output path. by @bianhq in #40
  • [PIXELS-485] make metadata cache transactional. by @bianhq in #41
  • [PIXELS-535] change project version to 0.1.0 by @bianhq in #42

New Contributors

  • @bianhq made their first contribution in #2

Full Changelog: https://github.com/pixelsdb/pixels-presto/commits/v0.1.0