📄 tst4003.stable.out
字号:
stdout of test 'tst4003` in directory 'src/optimizer` itself:# 23:52:51 > # 23:52:51 > Mtimeout -timeout 60 Mserver "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --debug=10 --set "monet_mod_path=/ufs/mk/monet5/Linux/lib/MonetDB5:/ufs/mk/opensource/MonetDB/Linux/lib/MonetDB" --set "gdk_dbfarm=/ufs/mk/opensource/MonetDB/Linux/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/mk/opensource/MonetDB/Linux/var/MonetDB5/log" --set mapi_port=39352 --set sql_port=45171 --set xquery_port=52900 --set monet_prompt= --trace --dbname=mTests_src_optimizer tst4003.mal </dev/null# 23:52:51 > # Monet Database Server V4.99.19# Copyright (c) 1993-2005, CWI. All rights reserved.# Compiled for x86_64-redhat-linux-gnu/64bit with 32bit OIDs; dynamically linked.# config:/ufs/mk/monet5/src/mal/Tests/All.conf# dbfarm:/ufs/mk/opensource/MonetDB/Linux/var/MonetDB5/dbfarm# dbname:mTests_src_optimizer# Visit http://monetdb.cwi.nl/ for further information.## The 4000 series deals with strategic optimizer constructs## common subexpression evaluation#optimizer.setDebug();#optimizer.commonExpressionRemoval();#b:= bbp.new(:str,:str);#c:= bbp.new(:str,:str); # identical until insert takes place#d:= algebra.select(b,"hello","world");#e:= algebra.select(b,"hello","world"); # mapped onto one instruction##function user.main():void; # 0 (main:void)# The 4000 series deals with strategic optimizer constructs # 1 (_1:str)# common subexpression evaluation # 2 (_2:str) b := bat.new(:str,:str); # 3 CMDBATnew (b:bat[:str,:str])<-(_6:str)(_7:str) c := bat.new(:str,:str); # 4 CMDBATnew (c:bat[:str,:str])<-(_9:str)(_10:str)# identical until insert takes place # 5 (_11:str) d := algebra.select(b,"hello","world"); # 6 ALGselect (d:bat[:str,:str])<-(b:bat[:str,:str])(_13:str)(_14:str)# mapped onto one instruction # 7 (_16:str)end main; # 8 # 23:52:51 > # 23:52:51 > Done.# 23:52:51 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -