Changeset: 7ed1f3fd23d6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7ed1f3fd23d6
Modified Files:
clients/Tests/SQL-dump_all.stable.out.int128
clients/Tests/exports.stable.out
clients/mapiclient/Tests/stethoscope--help.stable.err
clients/mapiclient/Tests/tomograph--help.stable.err
monetdb5/extras/mal_optimizer_template/Tests/opt_sql_append.stable.err
monetdb5/extras/mal_optimizer_template/Tests/opt_sql_append.stable.out
monetdb5/mal/Tests/All
monetdb5/mal/Tests/tst272.mal
monetdb5/mal/Tests/tst272.stable.out
monetdb5/mal/Tests/tst273.mal
monetdb5/mal/Tests/tst274.mal
monetdb5/mal/Tests/tst274.stable.err
monetdb5/mal/Tests/tst274.stable.out.oid64
monetdb5/mal/Tests/tst275.mal
monetdb5/mal/Tests/tst275.stable.out
monetdb5/mal/Tests/tst901a.mal
monetdb5/mal/Tests/tst901a.stable.out
monetdb5/modules/mal/Tests/inspect00.stable.out
monetdb5/modules/mal/Tests/inspect05.stable.out.int128
sql/backends/monet5/UDF/Tests/udf-fuse.stable.out
sql/backends/monet5/UDF/Tests/udf-reverse.stable.out
sql/benchmarks/ssbm/Tests/01-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/02-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/03-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/04-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/05-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/06-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/07-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/08-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/09-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/10-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/11-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/12-explain.stable.out.int128
sql/benchmarks/ssbm/Tests/13-explain.stable.out.int128
sql/benchmarks/tpch/Tests/01-explain.stable.out.int128
sql/benchmarks/tpch/Tests/02-explain.stable.out
sql/benchmarks/tpch/Tests/03-explain.stable.out.int128
sql/benchmarks/tpch/Tests/04-explain.stable.out
sql/benchmarks/tpch/Tests/05-explain.stable.out.int128
sql/benchmarks/tpch/Tests/06-explain.stable.out.int128
sql/benchmarks/tpch/Tests/07-explain.stable.out.int128
sql/benchmarks/tpch/Tests/08-explain.stable.out.int128
sql/benchmarks/tpch/Tests/09-explain.stable.out.int128
sql/benchmarks/tpch/Tests/10-explain.stable.out.int128
sql/benchmarks/tpch/Tests/11-explain.stable.out.int128
sql/benchmarks/tpch/Tests/12-explain.stable.out.int128
sql/benchmarks/tpch/Tests/13-explain.stable.out
sql/benchmarks/tpch/Tests/14-explain.stable.out.int128
sql/benchmarks/tpch/Tests/15-explain.stable.out.int128
sql/benchmarks/tpch/Tests/16-explain.stable.out
sql/benchmarks/tpch/Tests/17-explain.stable.out.int128
sql/benchmarks/tpch/Tests/18-explain.stable.out.int128
sql/benchmarks/tpch/Tests/19-explain.stable.out.int128
sql/benchmarks/tpch/Tests/20-explain.stable.out.int128
sql/benchmarks/tpch/Tests/21-explain.stable.out
sql/benchmarks/tpch/Tests/22-explain.stable.out.int128
sql/jdbc/tests/Tests/Test_Dobjects_bam.stable.out
sql/test/BugTracker-2009/Tests/POWER_vs_prod.SF-2596114.stable.out
sql/test/BugTracker-2010/Tests/LIMIT_OFFSET_big-endian.Bug-2622.stable.out
sql/test/BugTracker-2010/Tests/group-by_ordered_column.Bug-2564.stable.out
sql/test/BugTracker-2010/Tests/mat.slice_limit1.Bug-2645.sql
sql/test/BugTracker-2011/Tests/crash_on_alias.Bug-2798.stable.out.int128
sql/test/BugTracker-2011/Tests/func_iter_vs_bulk.Bug-2826.stable.out
sql/test/BugTracker-2012/Tests/rewrite_like_into_likesubselect.Bug-3179.stable.out
sql/test/BugTracker-2013/Tests/between.Bug-3259.stable.out.int128
sql/test/BugTracker-2014/Tests/manifold.Bug-3556.stable.out
sql/test/BugTracker-2014/Tests/nil_2dec_lng.Bug-3592.stable.out
sql/test/BugTracker/Tests/explain.SF-1739353.stable.out
sql/test/BugTracker/Tests/jdbc_no_debug.SF-1739356.stable.out
sql/test/Tests/systemfunctions_bam.stable.out.int128
sql/test/Tests/trace.stable.out.int128
sql/test/leaks/Tests/check1_bam.stable.out.int128
sql/test/leaks/Tests/check2_bam.stable.out.int128
sql/test/leaks/Tests/check3_bam.stable.out.int128
sql/test/leaks/Tests/check4_bam.stable.out.int128
sql/test/leaks/Tests/check5_bam.stable.out.int128
sql/test/mapi/Tests/sql_int128.stable.out
sql/test/mergetables/Tests/mergequery.stable.out
Branch: default
Log Message:
Approve output
diffs (truncated from 5144 to 300 lines):
diff --git a/clients/Tests/SQL-dump_all.stable.out.int128
b/clients/Tests/SQL-dump_all.stable.out.int128
--- a/clients/Tests/SQL-dump_all.stable.out.int128
+++ b/clients/Tests/SQL-dump_all.stable.out.int128
@@ -415,7 +415,7 @@ create view sys.querylog_calls as select
-- create table views for convenience
create view sys.querylog_catalog as select * from sys.querylog_catalog();
create view sys.querylog_history as
-select qd.*, ql."start",ql."stop", ql.arguments, ql.tuples, ql.run, ql.ship,
ql.cpu, ql.space, ql.io
+select qd.*, ql."start",ql."stop", ql.arguments, ql.tuples, ql.run, ql.ship,
ql.cpu, ql.io
from sys.querylog_catalog() qd, sys.querylog_calls() ql
where qd.id = ql.id and qd.owner = user;
create view sys.queue as select * from sys.queue();
@@ -1146,8 +1146,7 @@ returns table(
run bigint, -- time spent (in usec) until the result export
ship bigint, -- time spent (in usec) to ship the result set
cpu int, -- average cpu load percentage during execution
- io int, -- percentage time waiting for IO to finish
- space bigint -- total storage size of intermediates created
(in MB)
+ io int -- percentage time waiting for IO to finish
)
external name sql.querylog_calls;
-- The contents of this file are subject to the MonetDB Public License
@@ -1535,11 +1534,10 @@ create function sys.tracelog()
thread int, -- thread identifier
"user" int, -- user identifier
ticks bigint, -- time in microseconds
+ rrsmb bigint, -- resident memory in MB
+ vmmb bigint, -- virtual size in MB
reads bigint, -- number of blocks read
writes bigint, -- number of blocks written
- rbytes bigint, -- amount of bytes touched
- wbytes bigint, -- amount of bytes written
- type string, -- return types
stmt string -- actual statement executed
)
external name sql.dump_trace;
@@ -1632,7 +1630,7 @@ CREATE TABLE "sys"."_columns" (
"number" INTEGER,
"storage" VARCHAR(2048)
);
-COPY 327 RECORDS INTO "sys"."_columns" FROM stdin USING DELIMITERS
'\t','\n','"';
+COPY 324 RECORDS INTO "sys"."_columns" FROM stdin USING DELIMITERS
'\t','\n','"';
2002 "id" "int" 32 0 2001 NULL true 0 NULL
2003 "name" "varchar" 1024 0 2001 NULL true 1
NULL
2004 "authorization" "int" 32 0 2001 NULL true 2
NULL
@@ -1801,165 +1799,162 @@ 5693 "auth_id" "int" 32 0 5691
NULL true
5694 "privileges" "int" 32 0 5691 NULL true 2
NULL
5695 "grantor" "int" 32 0 5691 NULL true 3
NULL
5696 "grantable" "int" 32 0 5691 NULL true 4
NULL
-5865 "id" "oid" 63 0 5872 NULL true 0 NULL
-5866 "owner" "clob" 0 0 5872 NULL true 1 NULL
-5867 "defined" "timestamp" 7 0 5872 NULL true
2 NULL
-5868 "query" "clob" 0 0 5872 NULL true 3 NULL
-5869 "pipe" "clob" 0 0 5872 NULL true 4 NULL
-5870 "mal" "int" 32 0 5872 NULL true 5 NULL
-5871 "optimize" "bigint" 64 0 5872 NULL true
6 NULL
-5874 "id" "oid" 63 0 5884 NULL true 0 NULL
-5875 "start" "timestamp" 7 0 5884 NULL true 1
NULL
-5876 "stop" "timestamp" 7 0 5884 NULL true 2
NULL
-5877 "arguments" "clob" 0 0 5884 NULL true 3
NULL
-5878 "tuples" "wrd" 64 0 5884 NULL true 4
NULL
-5879 "run" "bigint" 64 0 5884 NULL true 5
NULL
-5880 "ship" "bigint" 64 0 5884 NULL true 6
NULL
-5881 "cpu" "int" 32 0 5884 NULL true 7 NULL
-5882 "io" "int" 32 0 5884 NULL true 8 NULL
-5883 "space" "bigint" 64 0 5884 NULL true 9
NULL
-5886 "id" "oid" 63 0 5902 NULL true 0 NULL
-5887 "owner" "clob" 0 0 5902 NULL true 1 NULL
-5888 "defined" "timestamp" 7 0 5902 NULL true
2 NULL
-5889 "query" "clob" 0 0 5902 NULL true 3 NULL
-5890 "pipe" "clob" 0 0 5902 NULL true 4 NULL
-5891 "mal" "int" 32 0 5902 NULL true 5 NULL
-5892 "optimize" "bigint" 64 0 5902 NULL true
6 NULL
-5893 "start" "timestamp" 7 0 5902 NULL true 7
NULL
-5894 "stop" "timestamp" 7 0 5902 NULL true 8
NULL
-5895 "arguments" "clob" 0 0 5902 NULL true 9
NULL
-5896 "tuples" "wrd" 64 0 5902 NULL true 10
NULL
-5897 "run" "bigint" 64 0 5902 NULL true 11
NULL
-5898 "ship" "bigint" 64 0 5902 NULL true 12
NULL
-5899 "cpu" "int" 32 0 5902 NULL true 13 NULL
-5900 "space" "bigint" 64 0 5902 NULL true 14
NULL
-5901 "io" "int" 32 0 5902 NULL true 15 NULL
-5927 "event" "int" 32 0 5939 NULL true 0 NULL
-5928 "clk" "varchar" 20 0 5939 NULL true 1
NULL
-5929 "pc" "varchar" 50 0 5939 NULL true 2
NULL
-5930 "thread" "int" 32 0 5939 NULL true 3
NULL
-5931 "user" "int" 32 0 5939 NULL true 4 NULL
-5932 "ticks" "bigint" 64 0 5939 NULL true 5
NULL
-5933 "reads" "bigint" 64 0 5939 NULL true 6
NULL
-5934 "writes" "bigint" 64 0 5939 NULL true
7 NULL
-5935 "rbytes" "bigint" 64 0 5939 NULL true
8 NULL
-5936 "wbytes" "bigint" 64 0 5939 NULL true
9 NULL
-5937 "type" "clob" 0 0 5939 NULL true 10 NULL
-5938 "stmt" "clob" 0 0 5939 NULL true 11 NULL
-6070 "user" "clob" 0 0 6076 NULL true 0 NULL
-6071 "login" "timestamp" 7 0 6076 NULL true 1
NULL
-6072 "sessiontimeout" "bigint" 64 0 6076 NULL
true 2 NULL
-6073 "lastcommand" "timestamp" 7 0 6076 NULL true
3 NULL
-6074 "querytimeout" "bigint" 64 0 6076 NULL true
4 NULL
-6075 "active" "boolean" 1 0 6076 NULL true
5 NULL
-6153 "name" "clob" 0 0 6156 NULL true 0 NULL
-6154 "def" "clob" 0 0 6156 NULL true 1 NULL
-6155 "status" "clob" 0 0 6156 NULL true 2
NULL
-6162 "name" "clob" 0 0 6164 NULL true 0 NULL
-6163 "value" "clob" 0 0 6164 NULL true 1 NULL
-6194 "qtag" "bigint" 64 0 6202 NULL true 0
NULL
-6195 "user" "clob" 0 0 6202 NULL true 1 NULL
-6196 "started" "timestamp" 7 0 6202 NULL true
2 NULL
-6197 "estimate" "timestamp" 7 0 6202 NULL true
3 NULL
-6198 "progress" "int" 32 0 6202 NULL true 4
NULL
-6199 "status" "clob" 0 0 6202 NULL true 5
NULL
-6200 "tag" "oid" 63 0 6202 NULL true 6 NULL
-6201 "query" "clob" 0 0 6202 NULL true 7 NULL
-6881 "schema" "clob" 0 0 6893 NULL true 0
NULL
-6882 "table" "clob" 0 0 6893 NULL true 1 NULL
-6883 "column" "clob" 0 0 6893 NULL true 2
NULL
-6884 "type" "clob" 0 0 6893 NULL true 3 NULL
-6885 "location" "clob" 0 0 6893 NULL true 4
NULL
-6886 "count" "bigint" 64 0 6893 NULL true 5
NULL
-6887 "typewidth" "int" 32 0 6893 NULL true 6
NULL
-6888 "columnsize" "bigint" 64 0 6893 NULL true
7 NULL
-6889 "heapsize" "bigint" 64 0 6893 NULL true
8 NULL
-6890 "hashes" "bigint" 64 0 6893 NULL true
9 NULL
-6891 "imprints" "bigint" 64 0 6893 NULL true
10 NULL
-6892 "sorted" "boolean" 1 0 6893 NULL true
11 NULL
-6895 "schema" "clob" 0 0 6905 NULL true 0
NULL
-6896 "table" "clob" 0 0 6905 NULL true 1 NULL
-6897 "column" "clob" 0 0 6905 NULL true 2
NULL
-6898 "type" "clob" 0 0 6905 NULL true 3 NULL
-6899 "typewidth" "int" 32 0 6905 NULL true 4
NULL
-6900 "count" "bigint" 64 0 6905 NULL true 5
NULL
-6901 "distinct" "bigint" 64 0 6905 NULL true
6 NULL
-6902 "atomwidth" "int" 32 0 6905 NULL true 7
NULL
-6903 "reference" "boolean" 1 0 6905 NULL true
8 NULL
-6904 "sorted" "boolean" 1 0 6905 NULL true
9 NULL
-6943 "schema" "clob" 0 0 6953 NULL true 0
NULL
-6944 "table" "clob" 0 0 6953 NULL true 1 NULL
-6945 "column" "clob" 0 0 6953 NULL true 2
NULL
-6946 "type" "clob" 0 0 6953 NULL true 3 NULL
-6947 "count" "bigint" 64 0 6953 NULL true 4
NULL
-6948 "columnsize" "bigint" 64 0 6953 NULL true
5 NULL
-6949 "heapsize" "bigint" 64 0 6953 NULL true
6 NULL
-6950 "hashes" "bigint" 64 0 6953 NULL true
7 NULL
-6951 "imprints" "bigint" 64 0 6953 NULL true
8 NULL
-6952 "sorted" "boolean" 1 0 6953 NULL true
9 NULL
-6955 "schema" "clob" 0 0 6963 NULL true 0
NULL
-6956 "table" "clob" 0 0 6963 NULL true 1 NULL
-6957 "count" "bigint" 64 0 6963 NULL true 2
NULL
-6958 "columnsize" "hugeint" 64 0 6963 NULL true
3 NULL
-6959 "heapsize" "hugeint" 64 0 6963 NULL true
4 NULL
-6960 "hashes" "hugeint" 64 0 6963 NULL true
5 NULL
-6961 "imprints" "hugeint" 64 0 6963 NULL true
6 NULL
-6962 "auxiliary" "hugeint" 128 0 6963 NULL true
7 NULL
-6965 "column_id" "int" 32 0 6976 NULL true 0
NULL
-6966 "type" "clob" 0 0 6976 NULL true 1 NULL
-6967 "width" "int" 32 0 6976 NULL true 2 NULL
-6968 "stamp" "timestamp" 7 0 6976 NULL true 3
NULL
-6969 "sample" "bigint" 64 0 6976 NULL true
4 NULL
-6970 "count" "bigint" 64 0 6976 NULL true 5
NULL
-6971 "unique" "bigint" 64 0 6976 NULL true
6 NULL
-6972 "nils" "bigint" 64 0 6976 NULL true 7
NULL
-6973 "minval" "clob" 0 0 6976 NULL true 8
NULL
-6974 "maxval" "clob" 0 0 6976 NULL true 9
NULL
-6975 "sorted" "boolean" 1 0 6976 NULL true
10 NULL
-7076 "file_id" "bigint" 64 0 7084 NULL false
0 NULL
-7077 "file_location" "clob" 0 0 7084 NULL false 1
NULL
-7078 "dbschema" "smallint" 16 0 7084 NULL false
2 NULL
-7079 "format_version" "varchar" 7 0 7084 NULL
true 3 NULL
-7080 "sorting_order" "varchar" 10 0 7084 NULL true
4 NULL
-7081 "comments" "clob" 0 0 7084 NULL true 5
NULL
-7086 "sn" "clob" 0 0 7097 NULL false 0 NULL
-7087 "file_id" "bigint" 64 0 7097 NULL false
1 NULL
-7088 "ln" "int" 32 0 7097 NULL true 2 NULL
-7089 "as" "int" 32 0 7097 NULL true 3 NULL
-7090 "m5" "clob" 0 0 7097 NULL true 4 NULL
-7091 "sp" "clob" 0 0 7097 NULL true 5 NULL
-7092 "ur" "clob" 0 0 7097 NULL true 6 NULL
-7099 "id" "clob" 0 0 7116 NULL false 0 NULL
-7100 "file_id" "bigint" 64 0 7116 NULL false
1 NULL
-7101 "cn" "clob" 0 0 7116 NULL true 2 NULL
-7102 "ds" "clob" 0 0 7116 NULL true 3 NULL
-7103 "dt" "timestamp" 7 0 7116 NULL true 4
NULL
-7104 "fo" "clob" 0 0 7116 NULL true 5 NULL
-7105 "ks" "clob" 0 0 7116 NULL true 6 NULL
-7106 "lb" "clob" 0 0 7116 NULL true 7 NULL
-7107 "pg" "clob" 0 0 7116 NULL true 8 NULL
-7108 "pi" "int" 32 0 7116 NULL true 9 NULL
-7109 "pl" "clob" 0 0 7116 NULL true 10 NULL
-7110 "pu" "clob" 0 0 7116 NULL true 11 NULL
-7111 "sm" "clob" 0 0 7116 NULL true 12 NULL
-7118 "id" "clob" 0 0 7128 NULL false 0 NULL
-7119 "file_id" "bigint" 64 0 7128 NULL false
1 NULL
-7120 "pn" "clob" 0 0 7128 NULL true 2 NULL
-7121 "cl" "clob" 0 0 7128 NULL true 3 NULL
-7122 "pp" "clob" 0 0 7128 NULL true 4 NULL
-7123 "vn" "clob" 0 0 7128 NULL true 5 NULL
-7130 "qname" "clob" 0 0 7141 NULL false 0 NULL
-7131 "flag" "smallint" 16 0 7141 NULL false 1
NULL
-7132 "rname" "clob" 0 0 7141 NULL false 2 NULL
-7133 "pos" "int" 32 0 7141 NULL false 3 NULL
-7134 "mapq" "smallint" 16 0 7141 NULL false 4
NULL
-7135 "cigar" "clob" 0 0 7141 NULL false 5 NULL
-7136 "rnext" "clob" 0 0 7141 NULL false 6 NULL
-7137 "pnext" "int" 32 0 7141 NULL false 7 NULL
-7138 "tlen" "int" 32 0 7141 NULL false 8 NULL
-7139 "seq" "clob" 0 0 7141 NULL false 9 NULL
-7140 "qual" "clob" 0 0 7141 NULL false 10 NULL
-7222 "function_id" "int" 32 0 7223 NULL true 0
NULL
+5864 "id" "oid" 63 0 5871 NULL true 0 NULL
+5865 "owner" "clob" 0 0 5871 NULL true 1 NULL
+5866 "defined" "timestamp" 7 0 5871 NULL true
2 NULL
+5867 "query" "clob" 0 0 5871 NULL true 3 NULL
+5868 "pipe" "clob" 0 0 5871 NULL true 4 NULL
+5869 "mal" "int" 32 0 5871 NULL true 5 NULL
+5870 "optimize" "bigint" 64 0 5871 NULL true
6 NULL
+5873 "id" "oid" 63 0 5882 NULL true 0 NULL
+5874 "start" "timestamp" 7 0 5882 NULL true 1
NULL
+5875 "stop" "timestamp" 7 0 5882 NULL true 2
NULL
+5876 "arguments" "clob" 0 0 5882 NULL true 3
NULL
+5877 "tuples" "wrd" 64 0 5882 NULL true 4
NULL
+5878 "run" "bigint" 64 0 5882 NULL true 5
NULL
+5879 "ship" "bigint" 64 0 5882 NULL true 6
NULL
+5880 "cpu" "int" 32 0 5882 NULL true 7 NULL
+5881 "io" "int" 32 0 5882 NULL true 8 NULL
+5884 "id" "oid" 63 0 5899 NULL true 0 NULL
+5885 "owner" "clob" 0 0 5899 NULL true 1 NULL
+5886 "defined" "timestamp" 7 0 5899 NULL true
2 NULL
+5887 "query" "clob" 0 0 5899 NULL true 3 NULL
+5888 "pipe" "clob" 0 0 5899 NULL true 4 NULL
+5889 "mal" "int" 32 0 5899 NULL true 5 NULL
+5890 "optimize" "bigint" 64 0 5899 NULL true
6 NULL
+5891 "start" "timestamp" 7 0 5899 NULL true 7
NULL
+5892 "stop" "timestamp" 7 0 5899 NULL true 8
NULL
+5893 "arguments" "clob" 0 0 5899 NULL true 9
NULL
+5894 "tuples" "wrd" 64 0 5899 NULL true 10
NULL
+5895 "run" "bigint" 64 0 5899 NULL true 11
NULL
+5896 "ship" "bigint" 64 0 5899 NULL true 12
NULL
+5897 "cpu" "int" 32 0 5899 NULL true 13 NULL
+5898 "io" "int" 32 0 5899 NULL true 14 NULL
+5923 "event" "int" 32 0 5934 NULL true 0 NULL
+5924 "clk" "varchar" 20 0 5934 NULL true 1
NULL
+5925 "pc" "varchar" 50 0 5934 NULL true 2
NULL
+5926 "thread" "int" 32 0 5934 NULL true 3
NULL
+5927 "user" "int" 32 0 5934 NULL true 4 NULL
+5928 "ticks" "bigint" 64 0 5934 NULL true 5
NULL
+5929 "rrsmb" "bigint" 64 0 5934 NULL true 6
NULL
+5930 "vmmb" "bigint" 64 0 5934 NULL true 7
NULL
+5931 "reads" "bigint" 64 0 5934 NULL true 8
NULL
+5932 "writes" "bigint" 64 0 5934 NULL true
9 NULL
+5933 "stmt" "clob" 0 0 5934 NULL true 10 NULL
+6065 "user" "clob" 0 0 6071 NULL true 0 NULL
+6066 "login" "timestamp" 7 0 6071 NULL true 1
NULL
+6067 "sessiontimeout" "bigint" 64 0 6071 NULL
true 2 NULL
+6068 "lastcommand" "timestamp" 7 0 6071 NULL true
3 NULL
+6069 "querytimeout" "bigint" 64 0 6071 NULL true
4 NULL
+6070 "active" "boolean" 1 0 6071 NULL true
5 NULL
+6148 "name" "clob" 0 0 6151 NULL true 0 NULL
+6149 "def" "clob" 0 0 6151 NULL true 1 NULL
+6150 "status" "clob" 0 0 6151 NULL true 2
NULL
+6157 "name" "clob" 0 0 6159 NULL true 0 NULL
+6158 "value" "clob" 0 0 6159 NULL true 1 NULL
+6189 "qtag" "bigint" 64 0 6197 NULL true 0
NULL
+6190 "user" "clob" 0 0 6197 NULL true 1 NULL
+6191 "started" "timestamp" 7 0 6197 NULL true
2 NULL
+6192 "estimate" "timestamp" 7 0 6197 NULL true
3 NULL
+6193 "progress" "int" 32 0 6197 NULL true 4
NULL
+6194 "status" "clob" 0 0 6197 NULL true 5
NULL
+6195 "tag" "oid" 63 0 6197 NULL true 6 NULL
+6196 "query" "clob" 0 0 6197 NULL true 7 NULL
+6876 "schema" "clob" 0 0 6888 NULL true 0
NULL
+6877 "table" "clob" 0 0 6888 NULL true 1 NULL
+6878 "column" "clob" 0 0 6888 NULL true 2
NULL
+6879 "type" "clob" 0 0 6888 NULL true 3 NULL
+6880 "location" "clob" 0 0 6888 NULL true 4
NULL
+6881 "count" "bigint" 64 0 6888 NULL true 5
NULL
+6882 "typewidth" "int" 32 0 6888 NULL true 6
NULL
+6883 "columnsize" "bigint" 64 0 6888 NULL true
7 NULL
+6884 "heapsize" "bigint" 64 0 6888 NULL true
8 NULL
+6885 "hashes" "bigint" 64 0 6888 NULL true
9 NULL
+6886 "imprints" "bigint" 64 0 6888 NULL true
10 NULL
+6887 "sorted" "boolean" 1 0 6888 NULL true
11 NULL
+6890 "schema" "clob" 0 0 6900 NULL true 0
NULL
+6891 "table" "clob" 0 0 6900 NULL true 1 NULL
+6892 "column" "clob" 0 0 6900 NULL true 2
NULL
+6893 "type" "clob" 0 0 6900 NULL true 3 NULL
+6894 "typewidth" "int" 32 0 6900 NULL true 4
NULL
+6895 "count" "bigint" 64 0 6900 NULL true 5
NULL
+6896 "distinct" "bigint" 64 0 6900 NULL true
6 NULL
+6897 "atomwidth" "int" 32 0 6900 NULL true 7
NULL
+6898 "reference" "boolean" 1 0 6900 NULL true
8 NULL
+6899 "sorted" "boolean" 1 0 6900 NULL true
9 NULL
+6938 "schema" "clob" 0 0 6948 NULL true 0
NULL
+6939 "table" "clob" 0 0 6948 NULL true 1 NULL
+6940 "column" "clob" 0 0 6948 NULL true 2
NULL
+6941 "type" "clob" 0 0 6948 NULL true 3 NULL
+6942 "count" "bigint" 64 0 6948 NULL true 4
NULL
+6943 "columnsize" "bigint" 64 0 6948 NULL true
5 NULL
+6944 "heapsize" "bigint" 64 0 6948 NULL true
6 NULL
+6945 "hashes" "bigint" 64 0 6948 NULL true
7 NULL
+6946 "imprints" "bigint" 64 0 6948 NULL true
8 NULL
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list