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 8593213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:56:16+00:00 2026-06-11T23:56:16+00:00

Well, like the title says, i got some performance problems while executing queryForAll on

  • 0

Well, like the title says, i got some performance problems while executing queryForAll on a DAO object with ormLite (with android, if it should matter).

The only thing i am actually doing is to execute this:

this.getHelper().getActivityDao().queryForAll(); (where this.getHelper() returns the database-helper which is extending from the OrmLiteSqliteOpenHelper class)

This single line needs actually round about 14 seconds to execute… Well, the “Activity” entity got about 80 fields and queryForAll returns a array with a length of 74 objects, but still – this can´t be normal, can it?

(For the Calendar fields i am using the

@DatabaseField(dataType = DataType.SERIALIZABLE)

annotation, i am not sure, if this is the right annotation for calendar fields or if it could result in performance issues…)

  • 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-06-11T23:56:17+00:00Added an answer on June 11, 2026 at 11:56 pm

    This single line needs actually round about 14 seconds to execute… Well, the “Activity” entity got about 80 fields and queryForAll returns a array with a length of 74 objects, but still – this can´t be normal, can it?

    A queryForAll() should not take a long time unless, as you might suspect, you have some large number of objects in your table — or a large amount of data in each object. In that case, queryForAll() has to basically dump the entire table and create a large number of objects.

    For larger queries it is recommended to use iterators instead of dumping the whole table:

    http://ormlite.com/docs/iterator

    For example, you can run through all of the objects in the query like this:

    // page through all of the accounts in the database
    for (Account account : accountDao) {
       // do something with each account here
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I think the title says it, as well...but of course some more explanation assume
Well, like the title says, I want to launch the same java program on
Well like the title says, how can i check it? i have started something
Well like the title says, how can I connect Outlook with asp.net or any
As the title says, has anyone (preferably a well established library) got a better
Well, like the title says I want to populate a ListView with the data
Well, like the title shown, what's the difference between the two class instance variables
Well, the question says it all. What I would like to do is that,
Well the title pretty much says it all. I had: $strata = new Zend_Form_Element_Select('strata');
The title, while long, pretty much says it all. What I have is a

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.