scylladb / gemini

Test data integrity by comparing against an Oracle running in parallel
Apache License 2.0
27 stars 16 forks source link

Use Query.Observer to log statements #414

Open dkropachev opened 6 months ago

dkropachev commented 6 months ago

Make use of Query.Observer on query logging.

Biggest problem with it is that currently we use PrettyCQL, on our customer data types. So, either we have to glue it with gocql types or move to them (gocql types) entirely.

Anyways, it is requires major refactoring.