From 70f48538581bcb7fd0f1c4e2f89efad217385fb3 Mon Sep 17 00:00:00 2001 From: mivasconcelos Date: Wed, 11 Oct 2023 11:03:56 +0100 Subject: [PATCH] Remove duplicated benchmark tag --- notebooks/optimize-performance-with-tpch-100/meta.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/optimize-performance-with-tpch-100/meta.toml b/notebooks/optimize-performance-with-tpch-100/meta.toml index a58e04a9..cbc31580 100644 --- a/notebooks/optimize-performance-with-tpch-100/meta.toml +++ b/notebooks/optimize-performance-with-tpch-100/meta.toml @@ -4,5 +4,5 @@ description="""\ This notebook will help you understand how you can take advantage of SingleStoreDB distributed capability using TPCH-100. """ icon="database" -tags=["performance", "benchmark", "tpch", "benchmark", "shardkey", "ingest"] +tags=["performance", "benchmark", "tpch", "shardkey", "ingest"] destinations=["spaces"]