VistaDB: Five Performance Tips
This “treat sized” post is the tasty morsel behind door number 5 of our Gibraltar Software Advent Calendar and so I wanted to give you tips for VistaDB performance:
- Use connection pooling to aid performance in ASP.net applications.
- Use the Disconnected ADO.Net objects to improve performance over a network share.
- Pagesize has performance implications.
- Use DDA when raw speed is required.
Well that’s all for this post, until next time, happy coding!