aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Npgsql.dll
diff options
context:
space:
mode:
authorGeir Nøklebye2017-05-14 15:23:21 +0200
committerUbitUmarov2017-05-14 18:59:24 +0100
commit7f163e8f760cb474ec836fb6e242edc2bfec7d0e (patch)
treea37d83ac6a8e9294e58a189ce5fc100b4c77817a /bin/Npgsql.dll
parentUpdated Npgsql.dll to version 2.0.14.3 built for .NET 4.0 Mono.Security has b... (diff)
downloadopensim-SC_OLD-7f163e8f760cb474ec836fb6e242edc2bfec7d0e.zip
opensim-SC_OLD-7f163e8f760cb474ec836fb6e242edc2bfec7d0e.tar.gz
opensim-SC_OLD-7f163e8f760cb474ec836fb6e242edc2bfec7d0e.tar.bz2
opensim-SC_OLD-7f163e8f760cb474ec836fb6e242edc2bfec7d0e.tar.xz
Update NPGSQL from version 2.0.14.3 to 2.1.3. This is a relatively big update where 2.1.0 has a number of bug fixes, new functionality and improved performance. (see details at https://github.com/npgsql/npgsql/releases/tag/v2.1.0) The binaries supplied are for .NET 4.0 If you need binaries for older versions they can be dowloaded from https://github.com/npgsql/npgsql/releases/tag/v2.1.3. There are also binaries for 4.5.
The performance improvement is particularly evident on terrain load and other repeated queries to the database. This version will automatically generate prepare statements if it sees 5 consecutive identical statements and cache them for later use. The prepare statement will skip the analyze portion of the query planner once a statement has been created. In addition there are improvements in the connection pool logic that will improve performance once connections get scarce. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
Diffstat (limited to 'bin/Npgsql.dll')
-rw-r--r--bin/Npgsql.dllbin363008 -> 342016 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/bin/Npgsql.dll b/bin/Npgsql.dll
index 593e366..693cccb 100644
--- a/bin/Npgsql.dll
+++ b/bin/Npgsql.dll
Binary files differ