•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MS SQL section within the Web Development category of DaniWeb, a massive community of 373,100 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,771 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MS SQL advertiser:
Views: 455 | Replies: 4
![]() |
Hi- Here is my question. People, where I work, friends of mine, other programmers, etc. are always talking about "best practices" in application design. Specifically, people are taught/told to minimize the number of SQL queries sent. Now, here is the thing, I am personally under the impression that it doesn't really matter, and basically the SQL server is ultra-powerful and can handle just about whatever you throw at it. Doesn't SQL have some really high number of transactions per second, such that in any mid-level application the end user will never notice ANY difference?
Thanks,
Eric
Thanks,
Eric
--
"Dummy."
"Dummy."
Nothing called transactions per second rather it depends on data capacity sent\received to\from server\application
B.Sc Computer Science, Helwan University
Microsoft Student Partner
Personal blog http://ramymahrous.blogspot.com/
Arabic technical blog http://fci-h-ar.blogspot.com/
English technical blog http://fci-h.blogspot.com/
Microsoft Student Partner
Personal blog http://ramymahrous.blogspot.com/
Arabic technical blog http://fci-h-ar.blogspot.com/
English technical blog http://fci-h.blogspot.com/
ok, what engine you prefer?
1- Performs 100000 transactions per second which in total SELECT, UPDATE, DELETE AND INSERT commands play in table of 1000000 records.
2- Performs 1000 transactions per second which in total SELECT, UPDATE, DELETE AND INSERT commands play in table of 10000000000 records.
??
1- Performs 100000 transactions per second which in total SELECT, UPDATE, DELETE AND INSERT commands play in table of 1000000 records.
2- Performs 1000 transactions per second which in total SELECT, UPDATE, DELETE AND INSERT commands play in table of 10000000000 records.
??
B.Sc Computer Science, Helwan University
Microsoft Student Partner
Personal blog http://ramymahrous.blogspot.com/
Arabic technical blog http://fci-h-ar.blogspot.com/
English technical blog http://fci-h.blogspot.com/
Microsoft Student Partner
Personal blog http://ramymahrous.blogspot.com/
Arabic technical blog http://fci-h-ar.blogspot.com/
English technical blog http://fci-h.blogspot.com/
Come on, man. Anyone can set-up an equation that can't be fairly evaluated.
Let's work with your 2 database example above. If you give me the right data, I CAN tell you which database I would rather have... so tell me...
How many transactions per second could Database #2 handle if it only had 1000000 records?
How many transactiosn per second could Database #1 handle if it had 10000000000 records?
If you can answer these questions, one could determine the better database for their needs.
SO, WE CAN CONCLUDE, TRANSACTIONS PER SECOND IS A FAIR FACTOR... WHEN WE HAVE A COMPARISON THAT MAKES SENSE. LOOK AT HOW PEOPLE BENCHMARK DB ENGINES.
Let's work with your 2 database example above. If you give me the right data, I CAN tell you which database I would rather have... so tell me...
How many transactions per second could Database #2 handle if it only had 1000000 records?
How many transactiosn per second could Database #1 handle if it had 10000000000 records?
If you can answer these questions, one could determine the better database for their needs.
SO, WE CAN CONCLUDE, TRANSACTIONS PER SECOND IS A FAIR FACTOR... WHEN WE HAVE A COMPARISON THAT MAKES SENSE. LOOK AT HOW PEOPLE BENCHMARK DB ENGINES.
--
"Dummy."
"Dummy."
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb MS SQL Marketplace
•
•
•
•
age amd avatar backup blue gene breach business chips daniweb data data protection database development dos economy energy enterprise europe government hacker hardware hp ibm ibm. news intel ibm it linux medicine memory microsoft news open source openoffice pc ps3 recession red hat russia security server sql sun supercomputer supercomputing survey technology trends ubuntu working x86
- memory management in wndows 2000 (Windows NT / 2000 / XP / 2003)
- database questions I have (Database Design)
Other Threads in the MS SQL Forum
- Previous Thread: Confused?
- Next Thread: Looking for help setting up a DB for phpbb3


Linear Mode