Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone.

Am new here and this is my first post so please bare with me if i fail to follow norms.

I'm working a project for my final year. So far so good but am stuck here.
summary for my problem..

Its about finding the best suited service for a user based on inputs he has given.
And displaying them in ascending order.

There are service say... Convertor, Compiler, Reader [all SaaS but that not important here] Goes in table Service

Now after test on these services (various criteria such as Speed, Security, overall)[rated 1 to 100] are stored in table Service_Result

A user will give input such as he need a convertor with Speed rate so and so[rate between 1 to 100], Security rate so and so, Overall so and so...

Now i have the logic on how will i get the results but How can i store huge table generated by during it. Also it has to be stored for just a few seconds as it is just an intermediate result. Each such search has will be unique. How to handle huge no. of search.
Thank you all in advance.
Posted
Comments
ZurdoDev 26-Sep-14 10:35am    
It sounds like you just need to implement paging with whatever control you end up using.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900