You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the all hands it was discussed with @GeorgeMac that a ragel-based line protocol parser for use in filtering applications would be welcome, with the goal of speeding up parsing and getting a better filtering throughput.
cc @stuartcarnie as using Ragel for this was his idea first :D
adrian-thurston
changed the title
Develop a ragel-based line protocol parser for use in non-cloud filtering applications
Develop a ragel-based line protocol parser for use in filtering applications
Feb 4, 2020
There is currently some work on a streaming interface for this parser in the influxdb-listener-refactor branch. We plan to use this to parse request bodies without loading the full request into memory. One potential issue with the parser I should mention is that it does not do any unicode validation.
At the all hands it was discussed with @GeorgeMac that a ragel-based line protocol parser for use in filtering applications would be welcome, with the goal of speeding up parsing and getting a better filtering throughput.
Some context here:
#16412
The text was updated successfully, but these errors were encountered: