Code review comment for lp:~therve/storm/cache-compile

Revision history for this message
Free Ekanayaka (free.ekanayaka) wrote :

Hi Thomas,

that's indeed significantly faster for use cases similar to the one in the attached script.

+1

[1]

- self.table = SQLToken(self.table)
+ self.table = Table(self.table)

I guess this is to make use of the cache? Are SQLToken and Table fully interchangeable in this case?

[2]

It'd be good to add a couple of unit tests for the new behavior.

review: Approve

« Back to merge proposal