View previous topic :: View next topic |
Author |
Message |
Den_CarpeTerra
Joined: 11 Feb 2005 Posts: 9
|
Posted: Fri Feb 11, 2005 6:29 Post subject: ODBC2 vs. libmySQL |
|
|
Reading thru the docs, it seems that the ODBC2 is quite a bit more optimized when working with mySQLite... congrats on that!
My question is how it compares to the original mySQL plugin by Jeroen when working with mySQL DBs. Does the extra overhead for the embedded DB functions slow it down any (1224kb vs 288kb)?
Thanks, as always, for sharing all your developments. NWN would have been gathering dust long, long ago without the contributions of the Avlis' team! |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Fri Feb 11, 2005 9:27 Post subject: |
|
|
Actually, Jeroen added the code of the MySQL plugin to the ODBC2 module, so that part is essentially the same. The two inactive data base connections cost no performance. It's a bit like a program that sits on your harddisk without beeing loaded - it does not hurt. _________________ Papillon |
|
Back to top |
|
|
Den_CarpeTerra
Joined: 11 Feb 2005 Posts: 9
|
Posted: Fri Feb 11, 2005 17:55 Post subject: |
|
|
Thanks for the quick answer. |
|
Back to top |
|
|
|