performance test for ADO.NET ???

  • Thread starter Thread starter sadun
  • Start date Start date
S

sadun

does anyone know about an article that made performace test with

..NET + mysql
..NET + mssql
..NET + pgsql
 
Though i suspect this may be found on the web, you aren't really comparing
apples to apples since the underlying databases are tuned for their
particular environment and optimized accordingly. As an example, in a web
app with less than 40 concurrent users, mysql will beat the pants off of
mssql on any given sunday. But you cannot draw a sweeping conclusion from
that since these datasources are tuned for different environments, one for
high concurrency the other for low concurrency - apples to grapes.

What you should be asking is, given a particular environment y, and a price
cap x with concurrent users n, and processing power p, which is the better
choice.
hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top