devxlogo

Can you recommend a hardware/software configuration for database?

Can you recommend a hardware/software configuration for database?

Question:
We need to search a simple three-million-record database containing names, phone numbers, accounts and dates. We will enter a phone number and must fetch the complete record, about 12,000 such numbers, in approximately four hours. Can you recommend a hardware/software configuration?

Answer:
The most important part of your performance equation is database design. If the phone number is unique, as it should be, use it asa primary key, which will deliver optimal retrieval performance.

I have figured out that 12,000 rows in four hours works out to 3,000 rows per hour, which is 50 rowsper minute. This type of retrieval should not be a problem, although Iassume you are talking about multiple users, because I don’t think it’s possible that a usercan input a telephone number in less than two seconds.

The configuration of the database server is dependent on the type of serverdatabase, which you did not specify. Consult with the databasevendor for sizing and platform information for the database server.

See also  Why ChatGPT Is So Important Today
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist