[ADMIN] When postgres will be faster?

1999-11-29 Thread sk . list
Hi! When postgres will use posix threads or support pool of backends (like apache)? I guess it will increase speed very fast. Using posix threads may increase data base engine using own internal locking system againgst system locks. Postgres is good database, but its too slow... SKiller --

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread Oleg Broytmann
On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > When postgres will use posix threads or support pool of backends (like apache)? > I guess it will increase speed very fast. I am pretty sure it wouldn't. Postgres is slow (I think you compare it to MySQL) because it has all moder features MySQL la

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread Oleg Broytmann
On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > Its wrong solution to fork/exec backend each time. Especially for www-oriented > software which need many short-time connection/work/desconnection. Using > persistent connection is not always possible... I wonder how Oracle handles this. I rememb

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread sk . list
Hi! On 29-Nov-99 Oleg Broytmann wrote: > On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: >> Its wrong solution to fork/exec backend each time. Especially for >> www-oriented >> software which need many short-time connection/work/desconnection. Using >> persistent connection is not always possible...

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread Peter Eisentraut
On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > When postgres will use posix threads or support pool of backends (like apache)? > I guess it will increase speed very fast. Actually, the current model greatly benefits multiprocessor machines on certain free operating systems (which are our best cu

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread sk . list
Hi! On 29-Nov-99 Peter Eisentraut wrote: > On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > >> When postgres will use posix threads or support pool of backends (like >> apache)? >> I guess it will increase speed very fast. > > Actually, the current model greatly benefits multiprocessor machines o

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread Marcin Mazurek - Multinet SA - Poznan
On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > Yes! But I recommend backend pool too. What is it? The postmaster task runs now > backend for each query. Good. But After query backend finished. I recommend to > stay backend running within a some timeout. If the next query occured > the postmaster r

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread Oleg Bartunov
I'm not concern very much about speed of Postgres but mostly about its connection schema. Every new connect to database postgres forks another children. It's impossible to work with different databases. On my production site I work with persistent connections between http (mod_perl) <-> postgres a

Re: [HACKERS] Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread Oleg Broytmann
On Mon, 29 Nov 1999, Oleg Bartunov wrote: > I'm not concern very much about speed of Postgres but mostly > about its connection schema. Every new connect to database postgres > forks another children. It's impossible to work with different > databases. On my production site I work with persistent

[ADMIN] Permissions on Database and some other questions!

1999-11-29 Thread Alexey V. Meledin
Hi! OS: FreeBSD 3.3 stable PG: 6.5.2 from ports collection 1. I create a database from my script and must GRANT all tables, subsequences, indexes (amount 100) to some users I need.! Yehh... GRANT does not allow me to grant all tables during one query. If there any function(procedure) to do this

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread The Hermit Hacker
On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > Using 6.3 I had troubles with php (as module) and persistent connection to > postgresql. The backend fails after 2-3 requests after second pg_pconnect() > call... Hmmm... May be it was php mistake... If v6.3 is what you are using as a speed comparis

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread The Hermit Hacker
What version of PostgreSQL? Each version we've released has been faster then the previous releases... On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > Hi! > > When postgres will use posix threads or support pool of backends (like apache)? > I guess it will increase speed very fast. > > Using p

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread The Hermit Hacker
On Mon, 29 Nov 1999, Oleg Broytmann wrote: > On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > > When postgres will use posix threads or support pool of backends (like apache)? > > I guess it will increase speed very fast. > >I am pretty sure it wouldn't. Postgres is slow (I think you compare i

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread The Hermit Hacker
On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > Yes! But I recommend backend pool too. What is it? The postmaster task > runs now backend for each query. Good. But After query backend > finished. I recommend to stay backend running within a some timeout. > If the next query occured the postmaster

Re: [ADMIN] When postgres will be faster?

1999-11-29 Thread Bruce Momjian
> On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > > > Yes! But I recommend backend pool too. What is it? The postmaster task > > runs now backend for each query. Good. But After query backend > > finished. I recommend to stay backend running within a some timeout. > > If the next query occured the

Re: [ADMIN] Permissions on Database and some other questions!

1999-11-29 Thread Peter Eisentraut
On 1999-11-29, Alexey V. Meledin mentioned: > 1. I create a database from my script and must GRANT all > tables, subsequences, indexes (amount 100) to some users I need.! > Yehh... GRANT does not allow me to grant all tables during one query. > If there any function(procedure) to do this for all

[ADMIN] replication

1999-11-29 Thread F. Roettger
dear developers, I've seen the replication skill on the todo-list. when will this be released? Or is it possibly with the actual build to synchronize two databases? Thanks for your answers. F. Röttger Emsland Messe GmbH BEGIN:VCARD VERSION:2.1 N:Röttger;Florian FN:Florian Röttger ORG:Emsland