Changeset: 82fea21df3be for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=82fea21df3be
Modified Files:
sql/src/sql/history.sql
Branch: default
Log Message:
Column rename for more clarity
diffs (14 lines):
diff -r 634e76fcdeba -r 82fea21df3be sql/src/sql/history.sql
--- a/sql/src/sql/history.sql Sun May 16 00:16:41 2010 +0200
+++ b/sql/src/sql/history.sql Sun May 16 00:29:17 2010 +0200
@@ -49,8 +49,8 @@
id wrd references queryHistory(id), -- references query plan
ctime timestamp, -- time the first statement was executed
arguments string,
- xtime bigint, -- time from the first statement until result
export
- rtime bigint, -- time to ship the result to the client
+ exec bigint, -- time from the first statement until result
export
+ result bigint, -- time to ship the result to the client
foot bigint, -- footprint for all bats in the plan
memory bigint, -- storage size of intermediates created
tuples wrd, -- number of tuples in the result set
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list