Hi,
after some browsing the source of mysql I have a few questions.
The most important is: Is an embedded version of innodb available? If licencing is needed it would be ok, but it is important to have an embedded version, so no installation is needed, and the complete software can moved freely on the computer, or used by usb-Stick on different PC's.
Intention is to replace the old isam based storage system which is currently used by the software. I expect more performance from this, because of the rowset locks, instead of table-wide which are blocking reads in the currently used isam.
Sorry for my bad english
after some browsing the source of mysql I have a few questions.
The most important is: Is an embedded version of innodb available? If licencing is needed it would be ok, but it is important to have an embedded version, so no installation is needed, and the complete software can moved freely on the computer, or used by usb-Stick on different PC's.
Intention is to replace the old isam based storage system which is currently used by the software. I expect more performance from this, because of the rowset locks, instead of table-wide which are blocking reads in the currently used isam.
Sorry for my bad english