Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6323365
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:30:14+00:00 2026-05-24T16:30:14+00:00

I am developing a java application which will be graphically depicting and organizing hundreds

  • 0

I am developing a java application which will be graphically depicting and organizing hundreds of objects. Each of these objects is loaded in from a SQL database, for use in this program.

The user sorts this data, in order to gain information about the dataset, i (as the programmer) have come across three distinct methods to accomplish this:

  1. Use individual SQL queries to return pre-sorted data to the program.
  2. Use a sorting algorithm locally to sort the entire dataset.
  3. Use a local SQLite database to copy the entire dataset to, then query the local database for sorting instead.

Which would be preferable, or are there any other solutions I may have missed?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T16:30:15+00:00Added an answer on May 24, 2026 at 4:30 pm

    In general all of the solutions may work, it depends on the concrete requirements – my thoughts:

    1. Use individual SQL queries to return pre-sorted data to the program

    Works well if the user defines sorting criteria upfront. What if she wants to resort after data retrieval (leads to #2)? It may make sense to define a default sort for each request or a parameter influencing the sort sequence based on certain criteria like user role.

    2. Use a sorting algorithm locally to sort the entire dataset

    As outlined before, a combination of #1 and #2 may be what you need.

    3. Use a local SQLite database to copy the entire dataset to, then query the local database for sorting instead

    Totally different strategy, several things you have to care about:

    1. data synchronization
    2. security; working in large enterprises, I know that certain security people (e.g. auditors) get crazy when talking about local data replication
    3. offline capabilities (advantage)
    4. local storage

    Personal option: I’d go with a combination of #1 and #2. Furthermore, I’d try to define the interface in a way that supports scrolling (e.g. “retrieve rows #20-100”).

    Not a definite answer, but my opinion based on the facts you provided…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a java application which will be graphically depicting and organizing hundreds
We are developing a Java application with several worker threads. These threads will have
I am developing a Spring (Java framework for server-side web-development)web application, which will respond
I'm developing a Java application which will act as a server for an information
I am developing an application in Java which will parse a XML file and
My team is developing a large java application which extensively queries a MySQL database
I am developing a Java based desktop application. There are some data generated from
I'm developing a LoB application in Java after a long absence from the platform
I am currently developing an application which will require multiple different development languages. I
I've been developing a java application with the eclipse RCP which requires the Java

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.