Tcl inteface pgsql 0.2

Поиск
Список
Период
Сортировка
От Valentin Iliev
Тема Tcl inteface pgsql 0.2
Дата
Msg-id Pine.LNX.3.93.980521174700.20564A-100000@aero.vmei.acad.bg
обсуждение исходный текст
Список 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@aero.vmei.acad.bg
      Dept. of Aeronautics, Tech. univ. of Sofia
-------------------------------------------------------




В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Byron Nikolaidis
Дата:
Сообщение: Re: [INTERFACES] using ODBC-Driver of POSTGRES in relation to CRecordsets
Следующее
От: Valentin Iliev
Дата:
Сообщение: ...