Changeset: 12f51e9a8c0f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=12f51e9a8c0f
Removed Files:
        sql/scripts/19_cluster.sql
Branch: Jul2015
Log Message:

The create cluster call was removed


diffs (24 lines):

diff --git a/sql/scripts/19_cluster.sql b/sql/scripts/19_cluster.sql
deleted file mode 100644
--- a/sql/scripts/19_cluster.sql
+++ /dev/null
@@ -1,19 +0,0 @@
--- This Source Code Form is subject to the terms of the Mozilla Public
--- License, v. 2.0.  If a copy of the MPL was not distributed with this
--- file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
--- Copyright 2008-2015 MonetDB B.V.
-
--- Clustering a relational table should be done with care.
--- For, the oid's are used in join-indices.
-
--- Clustering of tables may improve IO performance
--- The foreign key constraints should be dropped before
--- and re-established after the cluster operation.
-
-create procedure cluster1(sys string, tab string)
-       external name sql.cluster1;
-
-create procedure cluster2(sys string, tab string)
-       external name sql.cluster2;
-
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to