GithubHelp home page GithubHelp logo

Implement subqueries about influxdb HOT 20 CLOSED

influxdata avatar influxdata commented on May 5, 2024 12
Implement subqueries

from influxdb.

Comments (20)

lexmag avatar lexmag commented on May 5, 2024 2

Rather than +1 in comments it's way better to react 👍 under initial comment.
There are many people who have subscribed to this issue to get a notification when it will be closed (hopefully implemented), and those +1 only create unnecessary noise for everyone.

from influxdb.

coding-jj avatar coding-jj commented on May 5, 2024 1

+1

from influxdb.

jvshahid avatar jvshahid commented on May 5, 2024

This was closed by accident because we just merged in the upstream raft history. Reopening

from influxdb.

jmorales4 avatar jmorales4 commented on May 5, 2024

+1 for this feature

from influxdb.

ross-nordstrom avatar ross-nordstrom commented on May 5, 2024

+1

from influxdb.

Dragomir-Ivanov avatar Dragomir-Ivanov commented on May 5, 2024

+1

from influxdb.

pasancario avatar pasancario commented on May 5, 2024

+1

from influxdb.

multilinear avatar multilinear commented on May 5, 2024

When you do this, please make it arbitrarilly recursive, rather than just adding one-level. In other words, subqueries should be allowed to have subqueries :). Limiting it to 2 levels is as silly as limiting it to 1.

from influxdb.

gillesdemey avatar gillesdemey commented on May 5, 2024

+1, here's a sentence that explains my use-case:

I want to retrieve all data points from my latency measurement that are within the 90th percentile.

SELECT ms FROM latency WHERE time > now() - 2h AND ms < (SELECT percentile(ms, 90) FROM latency)

from influxdb.

paul91 avatar paul91 commented on May 5, 2024

+1

from influxdb.

salanki avatar salanki commented on May 5, 2024

+1

from influxdb.

Melevir avatar Melevir commented on May 5, 2024

Does "revisit in the future" means it won't be implemented in 0.9.x?

from influxdb.

beckettsean avatar beckettsean commented on May 5, 2024

@Melevir that is correct. The "revisit in the future" label is for features beyond the 0.9 line.

from influxdb.

hotsnow77 avatar hotsnow77 commented on May 5, 2024

+1
I my case I'd like to do a first aggregation with a small group time and over that another aggregation with a bigger group time

from influxdb.

morganda avatar morganda commented on May 5, 2024

+1

from influxdb.

timgriffiths avatar timgriffiths commented on May 5, 2024

+1

from influxdb.

13h3r avatar 13h3r commented on May 5, 2024

+1

from influxdb.

siddarth7 avatar siddarth7 commented on May 5, 2024

+1

from influxdb.

bedrin avatar bedrin commented on May 5, 2024

+1

from influxdb.

asimell avatar asimell commented on May 5, 2024

+1

from influxdb.

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.