Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. Re: Looking for an article
  2. From: "Ann W. Harrison" <aharrison@ibphoenix.com> (IBPhoenix)
  3. To: "William L. Thomson Jr." <wlt@obsidian-studios.com>
  4. Date: 06/21/07 12:02 PM
  5. William L. Thomson Jr. wrote:
  6.  
  7. >
  8. > Shocked that the project would not side with Jim on stuff. Guess we all
  9. > have our own ideas and opinions. Guess with Jim's help MySQL will start
  10. > to be a real contender with Fb. MySQL does have some things Fb doesn't,
  11. > but most times it's MySQL that's lacking from my experience. At least
  12. > with regard to standard stuff.
  13.  
  14. The real problem with MySQL is the number of non-standard features
  15. is enormous and they have serious effects on adding new standard
  16. features - what does it mean, for example, to check foreign key
  17. dependencies on an 'insert ignore'?
  18.  
  19. >
  20. > I was shocked that PostgreSQL only recently got roles. Managing large
  21. > multiuser dbs must have been a pain.
  22.  
  23. Postgres has always been best for people who really like system
  24. management.
  25.  
  26. Cheers,
  27.  
  28.  
  29. Ann
  30.  
  31.  
  32.  
  33.  
  34. From: "Ann W. Harrison" <aharrison@ibphoenix.com> (IBPhoenix)
  35. To: "William L. Thomson Jr." <wlt@obsidian-studios.com>
  36. Date: 06/22/07 10:44 AM
  37. William,
  38.  
  39. >
  40. > Insert ignore, sounds like a oxymoron
  41.  
  42. It's a mass load that just dumps records that fail constraints -
  43. normally primary / unique - and continues with the insert.
  44.  
  45. >
  46. > .... Choosing PostgreSQL db versions was a
  47. > pain. Seems neither MySQL or PostgreSQL are as version friendly as
  48. > Firebird. I love the backward compliance of Firebird. I assume that in
  49. > part is due to the RDBMS being around for so long. It's just normal
  50. > practice now Which is much appreciated.
  51.  
  52. That was a philosophy drilled into us at DEC which Jim managed
  53. to make a serious belief of everybody who works on InterBase
  54. and Firebird.
  55.  
  56. Cheers,
  57.  
  58.  
  59. Ann
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement