Copying to tmp table

Posted by & filed under Programming.

MySQL may use temporary tables during query execution. Ideally you would want to avoid this, since its an expensive and slow operation. It can be avoided by optimizing queries. Sometimes it can’t be completely avoided – in that case you want to make sure the temporary table is created as a “memory” storage engine table,… Read more »

DAM firms disappearing

Posted by & filed under Web 2.0.

I found this article in eWeek really interesting: Midmarket Digital Asset Management Firms Disappearing Companies are drowning in content they generate, usually with no way to organize it. Furthermore, as the article states, there is less and less support for SMBs, who can’t spend a fortune on software. Normally new firms would enter the market… Read more »