A general rule of thumb for tuning database applications is "80 percent application, 20 percent database." This means that, on average, developers can tune 20 percent of performance problems by ...
I'm working on a sort-of toy database application, and I've run across a point where it would be handy to store an arbitrary mathmatical function in a table and evaluate it in a query.<BR><BR>I was ...