Discussion:
[pytables-users] Do get to less entries of table rows by using sets and pytables 3.2.1
s***@googlemail.com
2015-12-17 01:23:37 UTC
Permalink
Hi!

If I use sets by trying to optimize my speed it gets me too less entries of
table rows fitting my condition.
I simply used
set_name.update({entry[:] for row in table.where(query)})

Does anyone know the reason?

Greetings
Isa
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Francesc Alted
2015-12-17 08:50:14 UTC
Permalink
Hi Isa,

Could you please send a minimal self-contained example that shows the issue?

Francesc
Post by s***@googlemail.com
Hi!
If I use sets by trying to optimize my speed it gets me too less entries
of table rows fitting my condition.
I simply used
set_name.update({entry[:] for row in table.where(query)})
Does anyone know the reason?
Greetings
Isa
--
You received this message because you are subscribed to the Google Groups
"pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
Francesc Alted
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...