Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 57909
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:45:54+00:00 2026-05-10T17:45:54+00:00

I’m having to start building the architecture for a database project but i really

  • 0

I’m having to start building the architecture for a database project but i really don’t know the differences between the engines.

Anyone can explain whats the pros and bads of each of these three engines? We’ll have to choose one of them and the only thing I actually know about them is this:

  • Mysql & Postgres:
    • Are free but not so good as oracle
    • Mysql as security problems (is this true?)
  • Oracle:
    • Best data base engine in the world
    • Expensive

Can someone clear out other differences between them? This is a medium/large (we’re thinking of around some 100 to 200 tables) project with low budget, what would you choose? And with a higher budget?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T17:45:55+00:00Added an answer on May 10, 2026 at 5:45 pm

    A few years ago I had to write a translation engine; you feed it one set of sql and it translates to the dialect of the currently connected engine. My engine works on Postgres (AKA PostgreSql), Ingres, DB2, Informix, Sybase, and Oracle – oh, and ANTS. Frankly, Oracle is my least favorite (more on that below)… Unfortunately for you, mySql and SQL Server are not on the list (at the time neither was considered a serious RDBMS – but times do change).

    Without regard to the quality or performance of the engine – and ease of making and restoring backups – here are the primary areas of difference:

    • datatypes
    • limits
    • invalids
    • reserved words
    • null semantics (see below)
    • quotation semantics (single quote ‘, double quote ‘, or either)
    • statement completion semantics
    • function semantics
    • date handling (including constant keywords like ‘now’ and input / output function formats)
    • whether inline comments are permitted
    • maximum attribute lengths
    • maximum number of attributes
    • connection semantics / security paradigm.

    Without boring you on all the conversion data, here’s a sample for one datatype, lvarchar:

    oracle=varchar(%x) sybase=text db2=’long varchar’ informix=lvarchar postgres=varchar(%x) ants=varchar(%x) ingres=varchar(%x,%y)

    The biggest deal of all, in my view, is null handling; Oracle SILENTLY converts blank input strings to null values. …Somewhere, a LONG time ago, I read a writeup someone had done about ‘The Seventeen Meanings of Null’ or some such and the real point is that nulls are very valuable and the distinction between a null string and an empty string is useful and non-trivial! I think Oracle made a huge mistake on this one; none of the others have this behavior (that I’ve ever seen).

    My second least favorite was ANTS because unlike all the others, they ENFORCED the silly rules for perfect syntax that absolutely no one else does and while they may be the only DB company to provide perfect adherence to the standard, they are also a royal pain in the butt to write code for.

    Far and away my favorite is Postgres; it’s very fast in _real_world_ situations, has great support, and is open source / free.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 239k
  • Answers 239k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer With SQL 2005 and later, you can use Multiple Active… May 13, 2026 at 7:06 am
  • Editorial Team
    Editorial Team added an answer Not sure if its /action/*, /*/action, or /*/action/* you want?.… May 13, 2026 at 7:06 am
  • Editorial Team
    Editorial Team added an answer That depends what kind of validation you are wanting to… May 13, 2026 at 7:06 am

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I want use html5's new tag to play a wav file (currently only supported
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I've got a string that has curly quotes in it. I'd like to replace
In order to apply a triggered animation to all ToolTip s in my app,

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.