30th March 2023
Last updated
Last updated
The 30th March 2023 release of e6data includes the following features & enhancements:
To get access to all features from this release:
Update Workspaces
to v0.6.12
e6data now supports federated authentication using the following Identity Providers (IdP):
AWS SSO
Okta
Other SAML 2.0 compliant IdPs
AWS S3 Gateway Endpoints provide reliable connectivity to Amazon S3 without requiring an Internet gateway or a NAT device in a VPC. There is no additional charge for using gateway endpoints. It will provide the ability to route the S3 traffic within the AWS network.
Performance improvements in queries where joins on Date and Timestamp columns are used.
Filtering based on filter conditions that can be pushed down and dynamic filters is now supported.
This improves the performance of queries where a full-row group is narrowed down to a small subset.
e6data currently supports distributing:
Table Scans
Filters
Joins between Small Tables
Aggregations
This particularly benefits queries with a high degree of parallelism i.e a large number of files or row groups to be scanned in any part of the query.
The benefit is proportional to the number of executors/instances participating in the distribution.
The following distributions will be supported in future releases:
Queries with Windowing functions
Joins between Big Tables
More information: