|
-
Need a help with search results sorting solution
I can not find an efficient solution for sorting search results from the database. My search results returns members of our service, including personal information about each member. Search can produce hundreds of results, and information about each member might contain his/her profile and essays, so I have to be careful about the memory.
The search results have to be sortable by member's age, activity , registration date and so on. I was thinking about a linked list of object (where each object represent a member). To sort this list I have to iterate through the list, extract the sorting parameter , sort them, and rebuild search results list in a new order.
I thought that may be someone had a similar task before, and knows an efficient way how to do that. I would appreciate any ideas. May be not only about sorting, but about cashing this search results as well.
Thanks
Agady
Similar Threads
-
By Dylan in forum ASP.NET
Replies: 0
Last Post: 12-17-2002, 08:35 AM
-
Replies: 3
Last Post: 10-05-2001, 05:11 PM
-
By Mikael Gustafsson in forum Database
Replies: 0
Last Post: 05-29-2001, 02:39 AM
-
By Mikael Gustafsson in forum Database
Replies: 0
Last Post: 05-29-2001, 02:39 AM
-
By kari in forum VB Classic
Replies: 1
Last Post: 05-10-2001, 01:28 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks