Re: [Fwd: MySQL Benchmark page - Problem with vacuum() in PostgreSQL]

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: monty(at)mysql(dot)com
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Justin Clift <justin(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org, Anna Ewerlid <Anna(dot)Ewerlid(at)signal(dot)uu(dot)se>, jamppa(at)mysql(dot)com
Subject: Re: [Fwd: MySQL Benchmark page - Problem with vacuum() in PostgreSQL]
Date: 2001-08-14 19:00:19
Message-ID: 200108141900.f7EJ0JF12163@jupiter.us.greatbridge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Widenius wrote:
> [...]
>
> Some things that I know we have missed in the single user
> benchmark are:
> - Sub select (all different forms of sub select, with a comparison
> to normal selects for those select that can be
> changed to normal selects)
> - Foreign keys (which should contain a comparison with multi-table-delete)
> - Transactions
> - Rollback
>
> With comparison I mean that there should be at least one test that
> makes it easy for the user to see which construct is better for
> this database.

Can we clearify that point a little? Does it mean to define a
foreign key constraint in databases that support it and just
check for the error, but do all the appropriate locking and
existence checks for all operations (UPDATE/DELETE PK,
INSERT/UPDATE FK) on the client side for databases that don't
support it?

Well, especially because of the "appropriate locking", it'd
make much more sense to do it all in concurrent multiuser ...
:-)

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message mike 2001-08-14 19:25:18 GUI Application mode
Previous Message Gordon Campbell 2001-08-14 18:47:05 DeadLocks