Hi all I'm using storm to iterate over every row in a table with 900,000 rows. This seems pretty slow - unsurprising! I'm wondering if there are any patterns people use when using storm to speed up selecting a large number of rows/objects from a database? Just running the query against sqlite is very quick, the CPU time is definitely being spent inside of Storm/Python.
Not sure if there are any tricks to cut down on object creation? Thanks for any help! Grahame -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
