Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filtering by field yields inconsistent results #389

Closed
tisba opened this issue Apr 1, 2014 · 0 comments
Closed

filtering by field yields inconsistent results #389

tisba opened this issue Apr 1, 2014 · 0 comments
Milestone

Comments

@tisba
Copy link

tisba commented Apr 1, 2014

SELECT MAX(duration) FROM tr169.requests.full

returns 1064.548

SELECT duration FROM tr169.requests.full WHERE duration > 50

returns 455 results.

SELECT duration FROM tr169.requests.full WHERE duration > 500

returns no results.

I'm using InfluxDB v0.5.3 (git: 767ba83) on OS X.

As discussed with @pauldix and @jvshahid on IRC I sent my database and configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants