sql-parser icon indicating copy to clipboard operation
sql-parser copied to clipboard

SQL syntax caching

Open dhthong92 opened this issue 8 years ago • 1 comments

Does this parser (or flex/bison) support caching syntax? I realize it very take time when parsing the same syntax with different argument several times. It would be better if we cache them.

P/s: maybe the link about your paper already died(http://torpedro.com/paper/HyriseSQL-03-2015.pdf), it responsed code 404. Could you update it pls?

dhthong92 avatar Oct 12 '16 03:10 dhthong92

Hey,

plan caching is part of Hyrise, not the parser itself.

You can find more about the caching here: https://github.com/hyrise/hyrise/blob/master/src/lib/sql/sql_query_cache.hpp

Bouncner avatar Nov 20 '17 15:11 Bouncner