failure building 7.5.0.23 on NTPL x86 system

2005-01-28 Thread Hermann Mundprecht
Hi ! One of the gentoo users tried to use my ebuild for 7.5.0.23 to build maxdb from sources. The build tools that where used where version 533920. The system where Maxdb should be built on is a x86 with NTPL. The build failed with the following errors: ... Create gsp100.h first: NOTE: NPTL s

RE: Is logfile recovery after restoring file backups possible using MAXDB?

2005-01-28 Thread Heinrich, Tilo
05 >recover_replace auto_logF /data/backup/autoLOG_TESTDB.bak 006 >recover_start auto_logF LOG 006 >recover_replace auto_logF /data/backup/autoLOG_TESTDB.bak 007 >recover_start auto_logF LOG 007 >recover_replace auto_logF /data/backup/autoLOG_TESTDB.bak 008 >recover_start auto_logF

[RFE] dbmcli doesn't write errors to STDERR

2005-01-28 Thread Sven Köhler
Hi, dbmcli doesn't seem to write error message to STDERR but to STDOUT. I wrote a cronjob to backup my database, and i'm not interested in the whole output, but only in the error-messages if there are any. So i did a redirected STDOUT to /dev/null. Having dbmcli print error-messages to STDERR w

Re: scripted log backup/recovery

2005-01-28 Thread Raimund Jacob
Heinrich, Tilo wrote: hello tilo! As was confirmed by a colleague, you should not worry about: 2005-01-27 16:44:37 18778 ERR 8 AdminERROR 'cancelled' CAUSED EMERGENCY SHUTDOWN That is the "normal" side effect of a recover_cancel in newer releases. So your script has to start the database a

RE: overloading ambiguity in veo907.cpp

2005-01-28 Thread Döhr, Markus ICC-H
Interesting enough, when un-commenting the _WIN32 part, the compile works fine, however, the x_server is issuing errors... > I would add such a change to the cvs server, but I'm afraid > that even the smallest change to veo907.cpp will overwrite it > again (the Perforce=>CVS mirroring always rep

RE: scripted log backup/recovery

2005-01-28 Thread Heinrich, Tilo
Hello Raimund, As was confirmed by a colleague, you should not worry about: >2005-01-27 16:44:37 18778 ERR 8 AdminERROR 'cancelled' CAUSED >EMERGENCY SHUTDOWN That is the "normal" side effect of a recover_cancel in newer releases. So your script has to start the database after every re

AW: AW: Data lost in MaxDB 7.5.0.23

2005-01-28 Thread Zabach, Elke
Dmitry wrote: > > I've tried to add records into the table three times. Two times without > logging and once with logging. All times I got the same result - kernel > crashing. As you mention above with logging I didn't loose data. > > What can I do to prevent craching? > Did I miss something? W

AW: Performance problems ? witch parameter to change ?

2005-01-28 Thread Zabach, Elke
Fabrice Bourdel wrote: > > > -Message d'origine- > > De : Schroeder, Alexander [mailto:[EMAIL PROTECTED] > > Envoyé : vendredi 28 janvier 2005 10:48 > > À : Fabrice Bourdel > > Objet : RE: Performance problems ? witch parameter to change ? > > > > > > Hello Fabrice, > > > > please tell how

Re: confirm unsubscribe to maxdb@lists.mysql.com

2005-01-28 Thread Holger Schurig
On Friday 28 January 2005 15:19, [EMAIL PROTECTED] wrote: > To confirm that you would like > > [EMAIL PROTECTED] > > removed from the maxdb mailing list, please click on > the following link: > > > http://lists.mysql.com/u/maxdb/41fa49f3b53f544a/hs4233=mail.mn-solution >s.de > > This confirmati

AW: Query optimization problem

2005-01-28 Thread Becker, Holger
Euke Castellano wrote: > > I have the following table definition: > > > > CREATE TABLE "CONSUM"( > >"ID" Integer NOT NULL, > >"HOTEL" Integer NOT NULL, > >"SERVICE" Integer NOT NULL, > >"SEGMENT" Integer NOT NULL, > >"GUEST" Integer, > >"COMPANY" Fixed (38,0), > >"AGENCY

Is logfile recovery after restoring file backups possible using M AXDB?

2005-01-28 Thread JPH . Weijers
/data/backup/autoLOG_TESTDB.bak 009 recover_start auto_logF LOG 009 recover_cancel util_release db_stop db_start The output I get is: >recover_start auto_logF LOG 004 OK Returncode 0 Date 20050128 Time 00094836 Server u25 Database TESTDB Kernel Version Kernel 7.5.0 Build 018-123-079-776 Pa

RE: overloading ambiguity in veo907.cpp

2005-01-28 Thread Dittmar, Daniel
We're just changing the type for processids to int8. This isn't quite completed yet, though the code compiles with our compilers. I didn't get a date from the developer when this will be fixed. "veo907.cpp", line 725: Error: Overloading ambiguity between "teo42_RTE\ ReqRespVarPart::eo42_PutValu

RE: Performance problems ? witch parameter to change ?

2005-01-28 Thread Fabrice Bourdel
> -Message d'origine- > De : Schroeder, Alexander [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 28 janvier 2005 10:48 > À : Fabrice Bourdel > Objet : RE: Performance problems ? witch parameter to change ? > > > Hello Fabrice, > > please tell how you insert these lines (which interfaces, are

RE: Performance problems ? witch parameter to change ?

2005-01-28 Thread Fabrice Bourdel
> -Message d'origine- > De : Florian Schmitz [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 28 janvier 2005 10:11 > À : 'Fabrice Bourdel'; maxdb@lists.mysql.com > Objet : AW: Performance problems ? witch parameter to change ? > > > Hello Fabrice, > > for the Query-Problem, try doing a Stat

RE: Performance problems ? witch parameter to change ?

2005-01-28 Thread Fabrice Bourdel
> -Message d'origine- > De : Schroeder, Alexander [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 28 janvier 2005 10:48 > À : Fabrice Bourdel > Objet : RE: Performance problems ? witch parameter to change ? > > > Hello Fabrice, > > please tell how you insert these lines (which interfaces, are

AW: AW: Data lost in MaxDB 7.5.0.23

2005-01-28 Thread Dmitry
I've tried to add records into the table three times. Two times without logging and once with logging. All times I got the same result - kernel crashing. As you mention above with logging I didn't loose data. What can I do to prevent craching? -- MaxDB Discussion Mailing List For list archive

Re: Query optimization problem

2005-01-28 Thread Euke Castellano
Euke Castellano wrote: Hi all, I have the following table definition: CREATE TABLE "CONSUM"( "ID" Integer NOT NULL, "HOTEL" Integer NOT NULL, "SERVICE" Integer NOT NULL, "SEGMENT" Integer NOT NULL, "GUEST" Integer, "COMPANY" Fixed (38,0), "AGENCY" Fixed (38,0), "REPRESENTATI

Query optimization problem

2005-01-28 Thread Euke Castellano
Hi all, I have the following table definition: CREATE TABLE "CONSUM"( "ID" Integer NOT NULL, "HOTEL" Integer NOT NULL, "SERVICE" Integer NOT NULL, "SEGMENT" Integer NOT NULL, "GUEST" Integer, "COMPANY" Fixed (38,0), "AGENCY" Fixed (38,0), "REPRESENTATIVE" Fixed (38,0), "I

AW: AW: Data lost in MaxDB 7.5.0.23

2005-01-28 Thread Brunzema, Martin
> -Ursprüngliche Nachricht- > Von: Dmitry [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 28. Januar 2005 04:02 > An: Brunzema, Martin > Betreff: Re: AW: Data lost in MaxDB 7.5.0.23 > > > Hello. > There is no one error in knldiag.err. > I attach this log. > But there is some messages in

AW: Bad performance in a OR query

2005-01-28 Thread Becker, Holger
> Von: Michaël Fernandez wrote: > I'm working on the usage of MaxDB in the RT System > (http://bestpractical.com/rt/). > I'm using MaxDB 7.0.5.19. > I obtain really bad performances on some queries. > > This is the part of a query which is not well using indexes: > SELECT main.id > FROM Groups m

Bad performance in a OR query

2005-01-28 Thread Michaël Fernandez
Hi, I'm working on the usage of MaxDB in the RT System (http://bestpractical.com/rt/). I'm using MaxDB 7.0.5.19. I obtain really bad performances on some queries. This is the part of a query which is not well using indexes: SELECT main.id FROM Groups main, ACL ACL_1 WHERE ((ACL_1.PrincipalId = ma

AW: MaxDB 7.5 - Some technical questions

2005-01-28 Thread Zabach, Elke
Thomas Steinmaurer wrote: > > Hi, > > thanks a lot for your valueable comments! > > Do you also know whether MaxDB supports distributed transactions across > multiple databases (aka 2PC)? No, this is not supported by MaxDB Elke SAP Labs Berlin > If yes, is it XA compliant? > > > Thanks, >

AW: Performance problems ? witch parameter to change ?

2005-01-28 Thread Florian Schmitz
Hello Fabrice, for the Query-Problem, try doing a Statistics Update in DBMGui via Tuning -> Optimizer Statistics and set the sample value to 50%. This should eliminate the table scan. If it doesn't help send an explain-output of the query (explain select blahblah). for the insertion-problem : i'm

Re: MaxDB 7.5 - Some technical questions

2005-01-28 Thread Thomas Steinmaurer
Hi, thanks a lot for your valueable comments! Do you also know whether MaxDB supports distributed transactions across multiple databases (aka 2PC)? If yes, is it XA compliant? Thanks, Thomas -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:http:/

RE: Very Large Tables

2005-01-28 Thread Schroeder, Alexander
Hello Robert, > 1. Is there a way to specify the location of a table or an > index on to a > specific volume or set of volumes ( akin a tablespace)? Not with MaxDB, as tables are usually distributed among the available data volumes to get most I/O performance. This of course makes more sense if