question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Doris On Elasticsearch] Develop Roadmap

See original GitHub issue

Community users are very welcome to actively participate in the development!

  • Move the Predicate-Processing from Doris BE to Doris FE @wuyunfeng

  • directly process the CastExpr @wuyunfeng

  • support function push-down,such as a = b

  • add QueryStringQuery for analyzed field, gradually discard es_query

  • improve the performance under muti-table joins, provide more data/index statistic infomation

  • push down aggreate operator to Elasticsearch such as count/avg/sum etc under single index context

  • add the ability for process object and nested type field

  • fetch index mapping and shard location divided into two/three phase @stalary

    1. GET {index}/{type}/_mapping

    2. GET _nodes/http

    3. GET {index}/_search_shards

  • add ability for processing wildcard and alias index @wuyunfeng

  • support alter operation for ES table @HappenLee

  • Extended sql such as load all table from Elasticsearch, get rid of creating table manually

  • Add Debug mode for ES table @wuyunfeng

  • When reading more column values such as above 20, switch from column reading to row reading @wuyunfeng

  • Support ES partition to meet the demand of auto-deleting some data out of data in ES @blackfox1983

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:12
  • Comments:20 (17 by maintainers)

github_iconTop GitHub Comments

2reactions
stalarycommented, Apr 11, 2020

index mapping和shard location的检测分成两个阶段 这个我来搞下

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Doris On Elasticsearch] Develop Roadmap #3306 - GitHub
Community users are very welcome to actively participate in the development! Move the Predicate-Processing from Doris BE to Doris FE ...
Read more >
[GitHub] [incubator-doris] LinhaoZhu commented on issue #3306 ...
[GitHub] [incubator-doris] LinhaoZhu commented on issue #3306: [Doris On Elasticsearch] Develop Roadmap · GitBox Wed, 30 Jun 2021 02:21:41 -0700.
Read more >
Elastic Stack Roadmap Deep Dive
Learn about features with demos and announcements, from cross-cluster replication and frozen indices in Elasticsearch to Kibana Spaces and the ever-growing ...
Read more >
Doris Lippert - Engineering Manager - Data - Brandfolder
Developed proof of concepts and roadmap for improvements. • Planned, managed and tracked data analytics team work using Asana and Jira.
Read more >
Blog | Apache SeaTunnel
The Connector shared below have already been claimed and developed: Also, we have Connectors in the roadmap — the connectors we want to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found