ce n'est pas un fork, c'est un nouveau type de gestion de données pour Mysql qui s'ajoute à la longue liste en plus de MyIsam, InnoDB, ...
et Jim est employé par MySQL AB pour ce projet, c'est une reprise partielle de choses qu'il avait écrites dans son produit Netfrastructure qu'il a vendu à MySQL AB
mais il y a d'autres nouveautés dans Falcon
et voilà ce qu'en dit Jim :
"Architecturally, Falcon is a clean sheet of paper relative to Interbase
/ Firebird. Index scans are highly similar, but that's about that.
Much of the difference comes from Falcon designed as a single process
engine rather than the cluster-friendly Interbase model. Once you give
up the idea that the database must be sharable at the file / lock level,
all of the design considerations change.
I'd be delighted to discuss at length why I did one thing in Interbase,
another in Vulcan, and third in Falcon.
Oh, Falcon beats both InnoDB and MyIsam for retrieval operations. The
jury is still out on update operations (a couple of important
performance features aren't in the Falcon alpha). I probably shouldn't
talk about that, yet."
[^] # Re: les transactions ...
Posté par Philippe Makowski (site web personnel) . En réponse au journal Arrivée de Falcon dans MySQL. Évalué à 3.
ce n'est pas un fork, c'est un nouveau type de gestion de données pour Mysql qui s'ajoute à la longue liste en plus de MyIsam, InnoDB, ...
et Jim est employé par MySQL AB pour ce projet, c'est une reprise partielle de choses qu'il avait écrites dans son produit Netfrastructure qu'il a vendu à MySQL AB
mais il y a d'autres nouveautés dans Falcon
et voilà ce qu'en dit Jim :
"Architecturally, Falcon is a clean sheet of paper relative to Interbase
/ Firebird. Index scans are highly similar, but that's about that.
Much of the difference comes from Falcon designed as a single process
engine rather than the cluster-friendly Interbase model. Once you give
up the idea that the database must be sharable at the file / lock level,
all of the design considerations change.
I'd be delighted to discuss at length why I did one thing in Interbase,
another in Vulcan, and third in Falcon.
Oh, Falcon beats both InnoDB and MyIsam for retrieval operations. The
jury is still out on update operations (a couple of important
performance features aren't in the Falcon alpha). I probably shouldn't
talk about that, yet."