Y
Hacker News
new
|
ask
|
show
|
jobs
by
davvolun
4251 days ago
It's not a deal-breaker per se, but I need someone to explain to me why, at this point in history, you need to make a choice, at some level, between relational integrity and full text indexing (InnoDB vs MyISAM)?
1 comments
bradleyfalzon
4250 days ago
I believe InnoDB does have this now in MySQL 5.6:
http://dev.mysql.com/doc/refman/5.6/en/innodb-fulltext-index...
link
feld
4250 days ago
But it's not yet equivalent to Postgres' fulltext
link