Subject | Re: Features and Comparisons to PostgreSQL |
---|---|
Author | Ubaidullah Nubar <ubaidullahnubar@yahoo. |
Post date | 2002-12-14T20:42:31Z |
--- In ib-support@yahoogroups.com, David Jencks <davidjencks@d...>
wrote:
is not supported via SQL, need to use API for that. Please correct me
if I am wrong.
Thanks & Regards,
Ubaidullah Nubar,
C55, CPD2.1+LPM,
ASP,PHP - CodeCharge
PB+PFC
wrote:
> On 2002.12.14 08:34:17 -0500 Pavel Cisar wrote:yes.
> > Hi,
> >
> > Just few corrections to otherwise very precise Danile's answer...
> >
> > On 14 Dec 2002 at 8:48, Daniel Rail wrote:
> >
> > > > 1. Concurrent Transactions
> >
> > > If this means more than one transaction per connection, then
> > > But, if this means a transaction within another one, then no.FB 1.5
> > > will support SAVE POINTS which is part of SQL-99.read
> >
> > IB/FB uses the same multigenerational architecture as PostgreSQL
> > (actually, IB has it first). You have concurrent transactions in
> > committed, repeatable read and serializable isolation levels (nodirty
> > read) with option to precisely specify the access level toindividual
> > tables (table reservation). Multiple independent transactions per1.5.
> > connection. No nested transactions. Support for savepoints in FB
> >it's
> > > > 4. Unicode support
> >
> > > Yes it does. The only place where it's not fully supported and
> > > when creating your WHERE clause, Firebird has a hard timecoping with
> > > the special characters in the search string. Other than that,it
> > > works.say for
> >
> > ??? You can specify a character set for literals.
> >
> > > > 5. Schemas
> >
> > Namespaces ? No, but it's planned feature.
> >
> > > > 7. Cancel a query asynchronously
> >
> > Not in FB, but in IB since v6.5
> >
> > > > 8. Boolean field
> > > It's being talked about and a possibility for FB 1.5(I can't
> > > sure)boolean
> >
> > You can easily substitute it with domains. Direct support for
> > datatype is in IB 7 and it's in FB 1.5purpose.
> >
> > > > 10. User defined types
> > > FB has domains. But, if this means that the user could define a
> > > datatype that is non-existent in FB, i.e. GUID, then no.
> >
> > No support for user defined operators etc. like in PostgreSQL.
> >
> > > > 13. Functions for default value of columns
> > > Not that I'm aware of.
> >
> > Just literals, but you can use before insert triggers for that
> >(yet).
> > > > 14. Regular expression support
> > > Yes. You use the LIKE in your WHERE clause.
> >
> > Wildcard masks with LIKE operator, but no regular expressions
> >column in
> > > > 16. LIMIT keyword
> > > FB has the FIRST keyword to limit the number of rows returns.
> >
> > Yep, FIRST and SKIP, even in subqueries.
> >
> > > > 18. Indexes on functions
> > > Yes it's possible. You specify the position of the returned
> > > your ORDER BY.supported.
> >
> > You probably mean expression indices. No, they are not (yet)
> >(superserver)
> > But don't forget FB advantages over PostgreSQL:
> >
> > - more compact server (1.5MB), smaller footprint
> > - almost zero configuration and maintenance
> > - process per client (classic) and thread per client
> > architecture (PG has just classic).personal PDA
> > - internal garbage collection thread (no external VACUUM)
> > - far better Windows port :-)
> > - embedded server
> > - far better than PG for scalable vertical solutions (from
> > to SMP servers handling 3000 concurrent users)mission-
> > - 15+ years of successful world-wide usage in enterprise and
> > critical solutionstransaction
> > - selectable stored procedures (yep, PG 7.3 got them too)
> > - much better user's and developer's community :-)
>
> You left out
> full two phase commit support, and with JayBird, nearly full XA
> supportThanks for the reply, David. From what I gather, two phase committed
is not supported via SQL, need to use API for that. Please correct me
if I am wrong.
Thanks & Regards,
Ubaidullah Nubar,
C55, CPD2.1+LPM,
ASP,PHP - CodeCharge
PB+PFC
>http://docs.yahoo.com/info/terms/
> david jencks
>
> >
> > Best regards
> > Pavel Cisar
> > http://www.ibphoenix.com
> > For all your upto date Firebird and
> > InterBase information
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > ib-support-unsubscribe@egroups.com
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
> >
> >
> >
> >
> >