Hi,
Sorry for missing the software information in last letter.
I used MonetDB4-XQuery-Installer-x86_64-20110324 version, it seems to be the
latest.
If you have read my last letter, pls ignore followings.
I am testing the performance of MonetDB/XQuery over large data.
I use a HP xw8600 workstation, with Intel(R) Xeon(R) CPU X5482 3.20GHz, and
32GB RAM.
I generate XMark data as large as 50GB, using standard XMark generator with
500 factor.
When I tried to load it into database using "pf:add-doc", error message
returned as following.
ERROR = !ERROR: [shred_url]: 1 times inserted nil due to errors at tuples
0@0.
!ERROR: [shred_url]: first error was:
!ERROR: strPut: string heaps gets larger than 15GB.
!ERROR: shredBAT_append_str: APPEND-STR[_prop_text](
!ERROR: catch fain deserves liking knee katharine easy hand helms
daughter corn hire amaz plainness curtains staying excuse since tom walls
thirty goodman twice corrections flesh behold woundl
ess cargo royally zwagger nuncle season repair govern piercing sighs ounce
arrest ganymede balthasar perjury
!ERROR: ), BUNappend fails
!ERROR: CMDshred_url: operation failed.
Timer 2633290.282 msec
Can you help me? How can I fix it?
Thanks a lot.
--
Xianmin Liu
Hello,
I want to prevent an SQLException from occurring for tables that do not
exist in my database.
For example:
sql>DROP TABLE "locked";
SQLException:sql.catalog:DROP TABLE: no such table 'locked'
It seems (and is documented) that there is no such thing like "IF EXISTS" in
MonetDB.
Is there a way to circumvent the SQLException?
Mike
Xianmin,
On Windows we only build with 32bits oids (even with 64bits pointers). When working with 32-bits offsets string heaps are restricted to 16GB.
For large data, we recommend 64-bits linux. Then grab a oid64 rpm.
Peter
From: Xianmin Liu [mailto:xianmliu@gmail.com]
Sent: donderdag 31 maart 2011 11:09
To: monetdb-users(a)lists.sourceforge.net; Peter Boncz
Cc: Wenfei Fan; Gao Cong; Nan Tang; Anastasios (Tasos) Kementsietsidis
Subject: for help(software information is added)
Hi,
Sorry for missing the software information in last letter.
I used MonetDB4-XQuery-Installer-x86_64-20110324 version, it seems to be the latest.
If you have read my last letter, pls ignore followings.
I am testing the performance of MonetDB/XQuery over large data.
I use a HP xw8600 workstation, with Intel(R) Xeon(R) CPU X5482 3.20GHz, and 32GB RAM.
I generate XMark data as large as 50GB, using standard XMark generator with 500 factor.
When I tried to load it into database using "pf:add-doc", error message returned as following.
ERROR = !ERROR: [shred_url]: 1 times inserted nil due to errors at tuples 0@0.
!ERROR: [shred_url]: first error was:
!ERROR: strPut: string heaps gets larger than 15GB.
!ERROR: shredBAT_append_str: APPEND-STR[_prop_text](
!ERROR: catch fain deserves liking knee katharine easy hand helms daughter corn hire amaz plainness curtains staying excuse since tom walls thirty goodman twice corrections flesh behold woundl
ess cargo royally zwagger nuncle season repair govern piercing sighs ounce arrest ganymede balthasar perjury
!ERROR: ), BUNappend fails
!ERROR: CMDshred_url: operation failed.
Timer 2633290.282 msec
Can you help me? How can I fix it?
Thanks a lot.
--
Xianmin Liu
Hi,
I am testing the performance of MonetDB/XQuery over large data.
I use a HP xw8600 workstation, with Intel(R) Xeon(R) CPU X5482 3.20GHz, and
32GB RAM.
I generate XMark data as large as 50GB, using standard XMark generator with
500 factor.
When I tried to load it into database using "pf:add-doc", error message
returned as following.
ERROR = !ERROR: [shred_url]: 1 times inserted nil due to errors at tuples
0@0.
!ERROR: [shred_url]: first error was:
!ERROR: strPut: string heaps gets larger than 15GB.
!ERROR: shredBAT_append_str: APPEND-STR[_prop_text](
!ERROR: catch fain deserves liking knee katharine easy hand helms
daughter corn hire amaz plainness curtains staying excuse since tom walls
thirty goodman twice corrections flesh behold woundl
ess cargo royally zwagger nuncle season repair govern piercing sighs ounce
arrest ganymede balthasar perjury
!ERROR: ), BUNappend fails
!ERROR: CMDshred_url: operation failed.
Timer 2633290.282 msec
Can you help me? How can I fix it?
Thanks a lot.
--
Xianmin Liu
Hello,
I want to prevent an SQLException from occurring for tables that do not
exist in my database.
For example:
sql>DROP TABLE "locked";
SQLException:sql.catalog:DROP TABLE: no such table 'locked'
It seems (and is documented) that there is no such thing like "IF EXISTS" in
MonetDB.
Is there a way to circumvent the SQLException?
Mike
In Oracle and MySQL for example, we can obtain the space occupied in the DB
by tables and indexes in the user space.
Is this possible in MonetDB? If so, how can I do it?
I often need it, so it would be quite helpful to me.
Thanks you in advance,
Ana T.
The MonetDB team at CWI/MonetDB BV is pleased to announce the Mar2011
feature release of the MonetDB suite of programs.
This release marks the last planned release of MonetDB4 and Pathfinder,
and hence the last planned release of MonetDB/XQuery. Development of
the Pathfinder compiler continues at the University of Tübingen. The
next release, currently planned for April 2011, should be a smooth
upgrade from this release, even if MonetDB/XQuery is installed (which
will of course then not be upgraded).
This release also marks the first release of the new way of building the
MonetDB suite.
For details on both these issues, and on the other features and bug
fixes of this release, please see the release notes at
<http://monetdb.cwi.nl/Development/Releases/Mar2011/>.
As usual, the download location is <http://dev.monetdb.org/downloads/>.
--
Sjoerd Mullender
Hello:
I understand some of the optimizers/pipelines are experimental as indicated
in the monetdb5.conf file. Has anyone used the Recycle pipeline for
Skyserver? Would you mind sharing your experience, in terms of performance
improvement and whether it can bet used in a production environment? We are
using the Oct2010-SP1 release for a db that is read-only. I would guess if
there are issues, I would think the problems would likely show up in
read/write systems. Any feedback would be appreciated....
It looks like the Recycle pipeline for Skyserver pipeline is based on the
Nov-2009 pipeline. Has anyone tried the recycler optimizer with the Feb2010
default pipeline? I was going to add "recycle" between "deadcode" and
"reduce" in the default pipeline and see if it would work. Thanks.
Henry