Skip to content

Commit

Permalink
[Doc] Minor doc tweaks
Browse files Browse the repository at this point in the history
* Remove duplicate transaction docs
* Point to blog post on prepared statements
  • Loading branch information
roji committed Jan 11, 2017
1 parent 81dd58a commit 7717b11
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion doc/performance.md
Expand Up @@ -2,7 +2,7 @@

## Prepared Statements

One of the most important (and easy) ways to improve your application's performance is to prepare your commands. Even if you're not coding against ADO.NET directly (e.g. using Dapper or an O/RM), Npgsql has an automatic preparation feature which allows you to benefit from the performance gains associated with prepared statements. [See the documentation for more details](prepare.md).
One of the most important (and easy) ways to improve your application's performance is to prepare your commands. Even if you're not coding against ADO.NET directly (e.g. using Dapper or an O/RM), Npgsql has an automatic preparation feature which allows you to benefit from the performance gains associated with prepared statements. [See this blog post](http://www.roji.org/prepared-statements-in-npgsql-3-2) and/or [the documentation](prepare.md) for more details.

## Batching/Pipelining

Expand Down
15 changes: 0 additions & 15 deletions doc/system_transactions.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/toc.md
Expand Up @@ -16,5 +16,4 @@
# [Keepalive](keepalive.md)
# [Bulk Copy](copy.md)
# [Logging](logging.md)
# [System.Transactions](system_transactions.md)
# [Visual Studio Integration](ddex.md)

0 comments on commit 7717b11

Please sign in to comment.