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

Index on time column hides data #119

Closed
joshmoore opened this issue Nov 21, 2011 · 5 comments
Closed

Index on time column hides data #119

joshmoore opened this issue Nov 21, 2011 · 5 comments
Assignees
Labels
Milestone

Comments

@joshmoore
Copy link
Member

For the table

class Descr(tables.IsDescription):
    when = tables.Time64Col(pos = 1)
    value = tables.Float32Col(pos = 2)

read and readWhere searches on the "when" column return no data if an index is present.

See http://sourceforge.net/mailarchive/message.php?msg_id=28415945

@avalentino
Copy link
Member

@limnick
Copy link

limnick commented Apr 25, 2012

Just ran into this issue as well. Had a hard time tracking it down.

In the mean time what are the workarounds? store as a float64 instead? store an additional time64 col without an index?

@avalentino
Copy link
Member

@joshmoore do you have some work done on this?

@joshmoore
Copy link
Member Author

@avalentino, I've only got the small test script that I used to generate the output. I've posted it as https://gist.github.com/2501251 in case that's of use.

@scottkidder
Copy link

Anything moving on this?

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

No branches or pull requests

4 participants