Hi everyone,
I am supposed to write a website, that its database is SQL server and about
80,000 - 100,000 records in there.
is it OK to go with cold fusion? OR better to go with .NET for faster and
more reliable speed?
I would appreciate your help.
SafariTECH - 30 Jul 2007 22:44 GMT
The app server generally doesn't care so long as it supports the DB driver. If
the database is designed properly, the DBMS will be doing most of the "grunt"
work.
Any enterprise level app server can process a large database, so go with your
strengths, and SQL server will do you just fine.
Sankalan - 31 Jul 2007 04:40 GMT
Yes is is fine to go with CF. I have worked with both .NET and CF website.
There is basically no difference in the performance.
The performance and speed of the application basically depends on DB design
and business logic. If we had DB with poor design like no keys, indexes etc and
poor business logic like unnecessary code, loops then this will anyway affect
the performance of the application whether that is CF or .NET and whether you
have 100000 or 1000000 records in DB.
Thanks
stpaz - 31 Jul 2007 15:23 GMT
CF and sql server work fine, I have CF coneected to 8GB databases, without issue.
pcbrown - 31 Jul 2007 16:47 GMT
80k to 100k, as enterprise DBs go, isn't really all that big. We have one (of
several) intranet-related DBs that has well over a million records.
And as SafariTECH says, it's your DB system that should be doing all the heavy
lifting, so your app server is less of a factor in determining performance.
We use both CF and .NET here, and I've never noticed any difference in
reliability or speed between the two when it comes to DB interaction.
ColdFusion would be a great choice for your site.