Multi-threading on PostgreSQL? - Mailing list pgsql-general

From Tiago Hermans
Subject Multi-threading on PostgreSQL?
Date
Msg-id 000701bece89$2c094900$07581f18@tiago-s-dell.hawaii.rr.com
Whole thread Raw
Responses Re: [GENERAL] Multi-threading on PostgreSQL?
Foreign Keys in PostgreSQL
List pgsql-general
Hi,

I am really impressed with the features of PostgreSQL but am wondering if we
should use this product for our project. We have tried several databases
(MySQL, Sybase ASE, Sybase ASA) and we are now looking at PostgreSQL before
releasing our service on the Internet.

My concern comes from the fact that there's no multi-threading support in
PostgreSQL and since we expect many customers to be connected at the same
time on multiple connections, I am afraid the time to perform the SQL
statements will be much longer, since they'll all be queued one after the
other. Therefore, if one query takes a long time, all the other queries have
to wait behind before being executed.

Am I missing something or are my assumptions correct?
Also, does PostgreSQL supports international characters?

Thank you for any info this.

Tiago Hermans
thermans@hawaii.rr.com


pgsql-general by date:

Previous
From: "Tiago Hermans"
Date:
Subject: Multi-Threading?
Next
From: Chris Bitmead
Date:
Subject: Re: [GENERAL] Multi-threading on PostgreSQL?