using PostgreSQL
2012-11-02 17:43:30.240939+00 by Dan Lyke 3 comments
RT The Walking Dev @MarioZaizar
"if you're using Postgres then just create index concurrently. if you use MySQL then just start using Postgres" #rubyconf
2012-11-02 17:43:30.240939+00 by Dan Lyke 3 comments
RT The Walking Dev @MarioZaizar
"if you're using Postgres then just create index concurrently. if you use MySQL then just start using Postgres" #rubyconf
[ related topics: Interactive Drama Open Source Databases ]
comments in ascending chronological order (reverse):
#Comment Re: made: 2012-11-03 10:27:35.082717+00 by: meuon
Went to a Oracle dog and pony show Wednesday in Atlanta. there are some improvements coming in MySQL 5.6 (or later) for multi-threading and some other much needed improvements. Still, I wish in 2004 I had started some projects using PostgreSQL. MySQL was just so "everywhere".
#Comment Re: made: 2012-11-06 01:58:41.89343+00 by: ebradway
I just got:
#1114 - The table 'XXXX' is full
In what universe does an SQL server exist that could yield such an error?!?
#Comment Re: made: 2012-11-06 02:53:15.996079+00 by: meuon
http://stackoverflow.com/quest...ror-1114-hy000-the-table-is-full
Had some good tips. I had not seen that one yet.
If it's a default server install, the default limits are pretty dang small.