Run on cryo

This commit is contained in:
Dominik Werder
2022-12-20 16:36:42 +01:00
parent 646ec38b3c
commit 3ded7c6136
6 changed files with 185 additions and 170 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ pub async fn search_channel_scylla(
" series, facility, channel, scalar_type, shape_dims",
" from series_by_channel",
" where channel ~* $1",
" limit 100",
" limit 400000",
));
let pgclient = crate::create_connection(pgconf).await?;
let rows = pgclient.query(sql.as_str(), &[&query.name_regex]).await.err_conv()?;