Tcl inteface pgsql 0.2

From: Valentin Iliev <vale(at)aero(dot)vmei(dot)acad(dot)bg>
To: pgsql-interfaces(at)postgresql(dot)org
Cc: Constantin Teodorescu <teo(at)flex(dot)ro>
Subject: Tcl inteface pgsql 0.2
Date: 1998-05-21 15:17:59
Message-ID: Pine.LNX.3.93.980521174700.20564A-100000@aero.vmei.acad.bg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hi,
I have completed (?) version 0.2 of pgsql. You can find it at
ftp://aero.vmei.acad.bg/pub/dbase/pgsql/pgsql/
It supports new protocol for postgreSQL v.6.3 but not support large
objects yet. If someone wants to help me for large objects let me know :-)

About speed: I have tested pgsql and pgtcl with tables ramp (two columns
and 427 rows) and onek (16 columns and 1000 rows) from regression test.
Clients was 486DX4/100 and PPro 180. Here are some results:
ramp onek
pgsql pgtcl pgsql pgtcl
486DX4/100 2.3 0.5 25 2.6
PPro 180 0.56 0.31 4.6 1.9
Results are in seconds, command is:
select * from onek

Bye,
Valentin

-------------------------------------------------------
Valentin Iliev e-mail: vale(at)aero(dot)vmei(dot)acad(dot)bg
Dept. of Aeronautics, Tech. univ. of Sofia
-------------------------------------------------------

Browse pgsql-interfaces by date

  From Date Subject
Next Message Valentin Iliev 1998-05-21 15:24:13
Previous Message Byron Nikolaidis 1998-05-21 13:31:23 Re: [INTERFACES] using ODBC-Driver of POSTGRES in relation to CRecordsets