yueawang / oap-perf-suite

OAP Cluster Performance TestSuite
2 stars 5 forks source link

Drop cache in executors in addition to the driver #17

Closed zhangweilst closed 6 years ago

zhangweilst commented 6 years ago

Changes

Drop the system cache every time before a query starts, both in driver and executors.

Test

Manually tested.

zhangweilst commented 6 years ago

@yueawang This pr drops the cache both in executors and driver, and each time before a query starts. The tests show that queries that disabled the oap cache benefits a lot from system cache. Ready to have your opinion!