Re: [Semanticscuttle-devel] SQL Calls
Brought to you by:
cweiske
|
From: Christian W. <cw...@cw...> - 2011-01-25 05:50:58
|
Hi Mark, > I've read a couple people state they've had performance issues with > larger installs and that you've prototyped some updates to the SQL > calls to possibly fix the issue. One of my strengths is db calls and > would love to take that if you like. I've got tons of Oracle > experience and have noticed that some of the SQL calls aren't Oracle > friendly (i.e. LIMIT, LIKE, etc). Granted I don't think most of our > user base will be using Oracle, but would LOVE to taunt that as an > option. :) What's the state of the private feed link? I'd like to see this finished first. Regarding the SQL calls: I don't like AdoDB that is used in semantiscuttle currently, and would rather switch to PEAR's MDB2 or plain PDO. MDB2 does real abstraction but is PHP4 (thus not E_STRICT compatible), whereas PDO does not really do any abstraction but is available in PHP itself and fast. Do you have any preferences? When I tried to fix the issue with the huge number of bookmarks, I had to dive really deep in SQL generation. Fixing the DB layer first would be better in my eyes, because it would perhaps ease the later optimization. > My db doesn't have 30k of links, but I can easily dump > an ton of dummy links in there. There is a dummy-bookmark generation script in scripts/, maybe it helps. -- Regards/Mit freundlichen Grüßen Christian Weiske -= Geeking around in the name of science since 1982 =- |