![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello Harrison Fisk from MySQL claims in this thread: http://forums.mysql.com/read.php?35,3981,4245#msg-4245 That there are no major differences between InnoDB and MVCC concurrency. Is this true? |
|
Thank you. Tim ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your message can get through to the mailing list cleanly |
#3
| |||
| |||
|
|
On 10/25/2004 11:53 AM, nd02tsk (AT) student (DOT) hig.se wrote: Is this true? From a functional point of view, the two appear to do the same thing. |
#4
| |||
| |||
|
|
On Mon, Oct 25, 2004 at 01:15:33PM -0400, Jan Wieck wrote: On 10/25/2004 11:53 AM, nd02tsk (AT) student (DOT) hig.se wrote: Is this true? From a functional point of view, the two appear to do the same thing. Well, except for one difference. InnoDB will allow you refer to tables not controlled by the InnoDB table handler, whereas we don't |
#5
| |||
| |||
|
|
On Mon, Oct 25, 2004 at 01:15:33PM -0400, Jan Wieck wrote: On 10/25/2004 11:53 AM, nd02tsk (AT) student (DOT) hig.se wrote: Is this true? From a functional point of view, the two appear to do the same thing. Well, except for one difference. InnoDB will allow you refer to tables not controlled by the InnoDB table handler, whereas we don't have that problem with MVCC. |
#6
| |||
| |||
|
|
That is a (mis)feature of MySQL itself, not of the InnoDB storage engine if used in a mixed table type query by MySQL. |
![]() |
| Thread Tools | |
| Display Modes | |
| |