Gossamer Forum
Home : General : Databases and SQL :

Re: [klauslovgreen] MYSQL 4

Quote Reply
Re: [klauslovgreen] MYSQL 4 In reply to
The features I am most excited about are:

* Greatly improved full text indexing support. MySQL now has fairly decent full text indexes (which means really fast searches on large amounts of text). It's still not as good as MS SQL's, but it's pretty nice. The indexer in 3.23 was awful.

* Query caching - MySQL now has a built in query cache so if you send it the same SQL query twice, and your tables hasn't changed, it pulls the results from a cache rather then redoing the query. Can result in dramatic performance gains.

If you are into "real" database features, the Innodb table type is greatly improved as well (provides transactions, row-level locking and foreign key support).

For a full list, see http://www.mysql.com/doc/en/News-4.0.x.html.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread MYSQL 4 klauslovgreen 8858 Mar 18, 2003, 9:00 PM
Thread Re: [klauslovgreen] MYSQL 4
Alex 8474 Mar 18, 2003, 10:59 PM
Thread Re: [Alex] MYSQL 4
klauslovgreen 8554 Mar 18, 2003, 11:07 PM
Thread Re: [klauslovgreen] MYSQL 4
Alex 8504 Mar 18, 2003, 11:12 PM
Post Re: [Alex] MYSQL 4
klauslovgreen 8440 Mar 18, 2003, 11:17 PM
Post Antwort: [Alex] Re: [klauslovgreen] MYSQL 4
tsingson 8409 Mar 20, 2003, 1:54 AM
Post Re: [Alex] MYSQL 4
jaltuve 8387 May 4, 2003, 11:23 PM