verdict-project / verdict

Interactive-Speed Analytics: 200x Faster, 200x Fewer Cluster Resources, Approximate Query Processing
http://verdictdb.org
Apache License 2.0
248 stars 66 forks source link

General Remark: Major update in preparation #95

Open pyongjoo opened 6 years ago

pyongjoo commented 6 years ago

We are currently re-architecting AQP engines (1) to incorporate more features and (2) have comprehensive unit tests. All this work is being performed in our private repository. In the future, this public repository will focus on supporting various interfaces (e.g., JDBC, Spark, etc.) while core rewriting modules will be pulled from the private repository. However, the core techniques Verdict uses for estimating errors (called variational sampling) will remain the same.

The features that will be supported in the future release include:

This major update can slow down the support for our old code.

biamalveiro commented 6 years ago

These new features are fantastic! Is there as estimated date or timeframe when we can expect them in this public repo?

pyongjoo commented 6 years ago

Our rough plan is to finish by the end of February; however, we cannot say for sure since the plans for all submodules have not been figured out. I'll give a more concrete estimate in the future.