Subject | Re: Well, here we go again |
---|---|
Author | paulruizendaal |
Post date | 2008-06-15T21:37:10Z |
Sounds like a distributed version of PBXT:
http://www.primebase.org/download/pbxt_white_paper.pdf
Is this what you have in mind? If so, our minds aren't all that far
apart.
Paul
--- In Firebird-Architect@yahoogroups.com, Jim Starkey <jstarkey@...>
wrote:
http://www.primebase.org/download/pbxt_white_paper.pdf
Is this what you have in mind? If so, our minds aren't all that far
apart.
Paul
--- In Firebird-Architect@yahoogroups.com, Jim Starkey <jstarkey@...>
wrote:
>MySQL, and
> Rocky Castaneda wrote:
> > Is this a combined recipe of MySQL and FirebirdSQL?
> >
> > I hope you'll setup many chain of stores for this recipe.
> >
> > On Sat, Jun 14, 2008 at 6:37 AM, Jim Starkey <jstarkey@...> wrote:
> >
> >
> >> For those of you who didn't hear, today is my last day at
> >> Monday will be my first day as Chief cook, CEO, and bottlewasher of
> >> NimbusDB, Inc., a software start up so young it doesn't existyet.
> >>semantic
> >> Nimbus, as the name hopefully suggests, is a relational /
> >> database system designed to run on clouds. It is a radical re-invention
> >> of database technology, breaking with 30 years of disk-basedcapacity by
> >> technology. Nimbus is designed to scale to almost arbitrary
> >> simply plugging in more computers. It is also software andhardware
> >> fault tolerant, including software upgrades. It's also an ideathat's
> >> been kicking around my brain for the last six months that neededto get
> >> lose to the real world.do SQL
> >>
> >>
> >
> >
> >
> >
>
> No, it isn't remotely similar to either. For example, nodes that
> don't do disk I/O, nodes that do disk I/O don't do SQL, and allfiles
> are written once and never updated.to
>
> A cloud is a new an different platform, though you wouldn't know it
> listen to pundits. In started programming in the era of batch withcard
> decks and I/O windows, and have observed the following:computing
>
> * When timesharing was invented, the batch guys considered it a
> special case of remote job entry
> * When departmental computing (i.e. VAXes) came around, the
> timesharing guys considered it just timesharing on a different scale
> * When client/server came done the pick, the departmental
> uys considered a PC just a special case of a smart terminalthe
> * When the Internet showed up, the client/server guys considered
> Internet a special case of a LANclusters
> * As clouds arrive, most every one considers them either as
> or warty SMP machines.be
>
> Nimbus is a total break from 30 years of continuous evolution of
> disk-based database system. Pages: Just say no.
>
> I'm also re-thinking other quaint holdovers from the past:
>
> * Nimbus implements the semantic data model where on table can
> defined to "extend" another. A record inserted in extended tableis
> also visible in the parent table, albeit with fewer attributestype
> * Nimbus supports unbounded types. Fields can be declared as
> "string" or "number" rather than "varchar(37)" or "short int".client
> * Nimbus supports UTF8, period. Character set conversion is a
> issue. It does, of course, support collations.interfaces,
> * Nimbus will support an open ended set of aggregating
> so a single round trip to the server can return the results ofmany
> queries
>