Skip to content

Releases: open-infrastructure-labs/QFlock

v5.1.0

21 Sep 15:13
d46c899
Compare
Choose a tag to compare
v5.1.0 Pre-release
Pre-release

Changes to comply with License Scan of Source.

v5.0.0

16 Sep 16:24
Compare
Choose a tag to compare
v5.0.0 Pre-release
Pre-release

QFlock release including

  • Intelligent Join Pushdown
  • New, more efficient, and more performant Qflock Remote Server Protocol
  • New Query Caching mechanism.
  • All Spark Plug-ins working with latest released Spark version 3.3.0.
  • All of the above working for majority of TPC-DS queries.
  • Fully demonstrated performance improvements using TPC-DS.
  • Presentation Overview pdf available showing the highlights and accomplishments and performance results.
  • Design Document pdf updated to include more than 10 new pages with new details for of all the above.

v4.0

05 Aug 20:54
3d7eef2
Compare
Choose a tag to compare
v4.0 Pre-release
Pre-release

QFlock release including

  • Join Pushdown
  • Optimized APIs for data transfer with JDBC server.
  • All of the above working for majority of TPC-DS queries.
  • Fully demonstrated performance improvements using TPC-DS.

v3.0

27 Jun 21:15
374e277
Compare
Choose a tag to compare
v3.0 Pre-release
Pre-release

QFlock Release including

  • Aggregate Pushdown
  • Intelligent Query Caching
  • Additional pushdown support for second pass pushdown of project.
  • New Design Document.
  • All of the above working for majority of TPC-DS queries.
  • Fully demonstrated performance improvements using TPC-DS.

v2.0

31 May 13:33
8cfa0d6
Compare
Choose a tag to compare
v2.0 Pre-release
Pre-release

QFlock Release including

  • New Design Document.
  • May Update Presentation
  • Custom Spark JDBC Rule to invoke QFlock JDBC Datasource.
  • QFlock JDBC Datasource, which interacts with remote QFlock JDBC Server via QFlock JDBC Driver.
  • QFlock JDBC Driver fully working to interact and perform queries using QFlock JDBC Server.
    • Includes support for extra efficiency including compressed columns over JDBC.
  • Working remote QFlock JDBC Server
    • Can support a full range of Query pushdown including filter and project.
    • Supports compression on a per column basis.
  • All of the above working for majority of TPC-DS queries.
  • Fully demonstrated performance improvements using TPC-DS.

v1.0

21 Apr 18:13
7748988
Compare
Choose a tag to compare
v1.0 Pre-release
Pre-release

First release of QFlock

  • Baseline Setup
  • Size Estimator Spark Extension (First Revision)
  • Please see our documentation for more details. April Update Document