2022-07-21 18:35:34 +02:00
|
|
|
{
|
|
|
|
|
"connection_details": {
|
|
|
|
|
"engine": "trino",
|
|
|
|
|
"host": "the_trino_host",
|
|
|
|
|
"port": "443",
|
|
|
|
|
"user": "your_user",
|
|
|
|
|
"password": "your_password",
|
|
|
|
|
"http_scheme": "https",
|
|
|
|
|
"catalog": "app_lm_mysql",
|
2022-08-19 17:25:34 +02:00
|
|
|
"schema": "comprea"
|
2022-07-21 18:35:34 +02:00
|
|
|
},
|
|
|
|
|
"queries_to_measure": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Fast Smoke Test",
|
|
|
|
|
"query_string": "SELECT * FROM system.runtime.nodes"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Delivered carts on a day",
|
|
|
|
|
"query_string": "select * from app_lm_mysql.comprea.cart c where c.status = 'delivered' and c.date_delivered >= to_unixtime(date('2022-05-24'))"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|