From 13e48717ebf8729722f0766b60f794b436d0acab Mon Sep 17 00:00:00 2001 From: Fortern Date: Tue, 2 Dec 2025 19:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PostgreSQL/index.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 PostgreSQL/index.sql diff --git a/PostgreSQL/index.sql b/PostgreSQL/index.sql new file mode 100644 index 0000000..8d7f54d --- /dev/null +++ b/PostgreSQL/index.sql @@ -0,0 +1,2 @@ +-- 不阻塞的情况下创建索引 +create index concurrently idx_prism_timestamp on activities (timestamp); \ No newline at end of file