>using a mysql backend gives us several advantages including cetral storage >along with other data to a replicated db, redundancy and backup to name a >few, will the jdbc/mysql backend provide other benefits in performance >searching etc.. in slide?
I've noticed the jdbc backend to be slower, but that is to be expected when comparing remote db access to local filesystem access. Also, I'm not terribly familiar w/ MySQL's ability to search blobs, but I've notcied that the default Slide db schema is to store all objects as blobs, which would make them unsearchable (via a WHERE clause) in most dbs. -AB --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
