hyrise / Cockpit

A Cockpit for Self-Driving Databases.
15 stars 3 forks source link

Log queries in the background #718

Closed PeterTsayun closed 4 years ago

PeterTsayun commented 4 years ago

Resolves #249

Does your pull request solve a problem? Please describe:
Until now, every second every worker needed to log successful queries. In the meantime, it couldn't execute queries, which led to a reduced load. Now, workers start a Thread to log the queries (network operation).

Does your pull request add a feature? Please describe:
Log successful queries in the background.

Affected Component(s):
Worker

Additional context: