Skip to content

Releases: albertocsm/presto

Elasticsearch Connector 0.159-C1

12 Dec 11:55
Compare
Choose a tag to compare

Elasticsearch Connector 0.153-C2

07 Dec 13:39
Compare
Choose a tag to compare
Merge pull request #31 from albertocsm/pr_elasticsearch_connector

Convert object to json when the field type is nested

Elasticsearch Connector 0.153-C1

30 Nov 13:51
Compare
Choose a tag to compare

Improve queries performance

Elasticsearch Connector 0.153-SNAPSHOT

07 Oct 17:19
Compare
Choose a tag to compare
  • Add elasticsearch queries
  • Add dynamic index
  • Store complex column types as a JSON varchar presto type

experimental elasticsearch connector

13 Jan 18:30
Compare
Choose a tag to compare

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

13 Jan 20:08
Compare
Choose a tag to compare
Finish 0.131-C2

parametric queries

18 Dec 17:34
Compare
Choose a tag to compare

temp impl for parametric queries on the client side

query views in PostgreSQL

14 Dec 15:37
Compare
Choose a tag to compare

added support for querying views in PostgreSQL JDBC driver

partial support for UUIDs

10 Dec 18:21
Compare
Choose a tag to compare

temp. custom version with partial support for UUIDs