Coder Social home page Coder Social logo

Comments (11)

vogievetsky avatar vogievetsky commented on May 20, 2024 3

How are we treating issues that still make sense for native Druid queries but are solved by DruidSQL? Probably can be closed right?

from druid.

stale avatar stale commented on May 20, 2024

This issue has been marked as stale due to 280 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the [email protected] list. Thank you for your contributions.

from druid.

stale avatar stale commented on May 20, 2024

This issue is no longer marked as stale.

from druid.

reemasaluja avatar reemasaluja commented on May 20, 2024

@vogievetsky , any update on this ticket?

from druid.

cswarth avatar cswarth commented on May 20, 2024

I'd love to see some movement on this issue (unless I'm missing some way to suppress aggregations in native queries).
I'm aggregating over large objects then applying a post aggregator to produce a small derived metric. The aggregated objects can be quite large when base64 encoded in the response (like 80K+) and I don't actually need them in the response.

from druid.

benkrug avatar benkrug commented on May 20, 2024

I haven't tried yet, but is it possible to wrap the query into an inner query, and select the desired fields from that in an outer query? (As a workaround until there's a flag.)

from druid.

Fryuni avatar Fryuni commented on May 20, 2024

We're having the same problem.
For now most of our queries are wrapped on secondary queries just to hide the intermediary fields, but not all query types can be wrapped in other queries (e.g. the movingAverage query).

Some of our queries are timeseries with about 240 entries and each entry contains a 50KB thetaSketch that is generate by an intersection postAgg that we need. That is 12MB of useless data for each chart on our dashboards while the actual data is less than 2KB.

DruidSQL is not a solution since it does not support many of the agg and postAgg that we use (some from extensions that may not even try to support DruidSQL)

from druid.

jrobin42 avatar jrobin42 commented on May 20, 2024

Same thing here, especially when using the second as granularity, unused fields waste too much bandwidth. Is anyone working on this issue ? Thanks !

from druid.

github-actions avatar github-actions commented on May 20, 2024

This issue has been marked as stale due to 280 days of inactivity.
It will be closed in 4 weeks if no further activity occurs. If this issue is still
relevant, please simply write any comment. Even if closed, you can still revive the
issue at any time or discuss it on the [email protected] list.
Thank you for your contributions.

from druid.

github-actions avatar github-actions commented on May 20, 2024

This issue has been closed due to lack of activity. If you think that
is incorrect, or the issue requires additional review, you can revive the issue at
any time.

from druid.

Fryuni avatar Fryuni commented on May 20, 2024

AFAICT this is still a problem with only the whacky workaround mentioned before

from druid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.