From: | "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il> |
---|---|
To: | <thomas(at)pgsql(dot)com> |
Cc: | "Doug McNaught" <doug(at)wireboard(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Disable Transaction - plans ? |
Date: | 2001-10-25 13:23:22 |
Message-ID: | 023701c15d58$38e4aba0$aa5796d4@canaan.co.il |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi All
If the speed will be much higher I might humbly suggest to develop two kind
of tables.
1. like the current one ( with great integrity )
2. Like MySQL or even less sophisticated for application that need to work
very fast against one table only.
Example:
News page that require the most simple select ( select * from news; ) and
only one man update it once a day.
session table which require on each web page update,insert,select,delete.
( some times more then once ) especially if I store class var init.
Think on the programing benefit and the commercial publicity Postgresql can
get by telling: "we supply Oracle complexity & MySQL simplicity"
Cheer
----- Original Message -----
From: "Thomas Lockhart" <lockhart(at)fourpalms(dot)org>
To: "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il>
Cc: "Doug McNaught" <doug(at)wireboard(dot)com>; <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, October 24, 2001 11:01 PM
Subject: Re: [GENERAL] Disable Transaction - plans ?
> ...
> > If the developers think that the speed increase is irrelevant then lets
drop
> > the issue :)
>
> No problem. We will be happy to entertain patches or demonstrations that
> show a clear benefit in speed for the changes you suggest.
>
> - Thomas
>
--------------------------
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-4-6991122
http://sites.canaan.co.il
--------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Lockhart | 2001-10-25 13:37:26 | Re: Disable Transaction - plans ? |
Previous Message | Stuart Grimshaw | 2001-10-25 13:04:14 | Adding dates in plpgsql |