Sorry for the delay, now on to range queries and lenient updates. Let’s call them queries and updates, for short. So far, I’ve shown that B-trees (and any of a number of other data structures) are very far from the “tight bound.” I’ll say a bound is a tight if it’s a lower bound and you can come up with data structure that matches it.
So how do we match the bandwidth bound for queries and updates? I already mentioned in passing how to do this, but let’s look more closely.
Fast Updates
The way to get fast updates is to log them. You can easily saturate disk bandwidth by writing out the insertion, deletion and update requests with no index.
A query now will typically start by sorting the data. Even a point query requires looking at all the data, but a range query requires looking at all the data log times (in order to sort it), or using a large amount of extra storage. Let’s focus on sorting for r...
Content suppressed by ://URLFAN, for full article visit source
SolidDB for MySQL orphaned by IBMFrom: arjen-lentz.livejournal.com
Post Date: 2008-03-04 14:58:51
Hmm... understandable from a pure business perspective, but not the best outcome for this engine. It didn’t have the highest of profiles and buzz, but I know that users were trying it and liked some of its features. Orphaned open source code tends to not go anywhere, unless someone else picks it up and runs it as a project. See the original announcement with links/refs below: Update on solidDB for MySQL By: Dhiren Patel (dhiren) - 2008-03-03 12:12 Dear Community Members, As y...
more 3 strikesFrom: krisbuytaert.be
Post Date: 2008-03-04 14:04:26
I’d call this the 3rd strike and everybody knows what happens next
Marc Fleury has some good answers to the most clueless industry reporter around, starting with:
Spring is touting itself as a JBoss replacement. Smart PR, but false. Spring is a development framework comprising wrappers and dependency injection on top of Hibernate and Tomcat runtimes, both developed, and monetized by JBoss.
You can drop some balls , no one can keep track of what’s going on in Ope...
more