tet123/debezium-core
Randall Hauch d2986710a5 DBZ-188 More efficient GTID source filters for MySQL Connector
Changed the GTID source filters in the MySQL connector to be far more efficient when the filters specify literal UUIDs rather than regex patterns. In these cases, the predicate just checks whether a supplied value is in a hash set, and no regular expression patterns are used.

The GTID source filters can still be a combination of UUID literals and regular expressions, and the predicate will use the best implementation for each. For example, if the filters include all UUID literals, then regular expressions will never be used.
2017-02-10 11:34:24 -06:00
..
src DBZ-188 More efficient GTID source filters for MySQL Connector 2017-02-10 11:34:24 -06:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-02-07 14:22:12 -06:00