[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RDBMS
On Fri, 20 Apr 2001, Arkady Kuleshov wrote:
> Consider the task of building a database server for the web (on
> OpenBSD). The RDBMS I need should have transactions, stored
> procedures and preferrably full-text indexing. There's already
> a large amount of data in Interbase format.
> I guess these are the options:
> -Postgres
> -Interbase (linux emul. or try to compile)
> -Sybase Adaptive Server (linux emul. ?)
> Does anyone have experience with subj or can give good advice?
I suggest you try postgreSQL first from /usr/ports or as a prebuilt
package.
Stored procedures may or may not be compatible - I cannot help you on
this, sorry. postgreSQL has its own kind, which may not be portable
through other implementations.
<!-- ---------------------- 72 characters -------------------------- -->
Heikki Korpela -- heko@saitti.net
- References:
- RDBMS
- From: Arkady Kuleshov <arkadio@gmx.net>