Releases: albertocsm/presto
Releases · albertocsm/presto
Elasticsearch Connector 0.159-C1
Elasticsearch Connector 0.153-C2
Merge pull request #31 from albertocsm/pr_elasticsearch_connector Convert object to json when the field type is nested
Elasticsearch Connector 0.153-C1
Improve queries performance
Elasticsearch Connector 0.153-SNAPSHOT
- Add elasticsearch queries
- Add dynamic index
- Store complex column types as a JSON varchar presto type
experimental elasticsearch connector
first draft of an elasticsearch connector
known limitations and problems:
- complex column types (geo_points, arrays/maps) are not parsed;
- when no index is specified for a documents type/table, all indices, its mappings and columns are taken in consideration. this is not performant at all;
- the (small) test coverage depends on having a elasticsearch cluster running locally;
- table mappings are evaluated in every query (!)
- ES client is constructed in every query... multiple times
based on the work done in prestodb#3240
V0.131-C2
Finish 0.131-C2
parametric queries
temp impl for parametric queries on the client side
query views in PostgreSQL
added support for querying views in PostgreSQL JDBC driver
partial support for UUIDs
temp. custom version with partial support for UUIDs