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

  • Home
  • SEARCH
  • 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 978343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T04:02:40+00:00 2026-05-16T04:02:40+00:00

I have a class like: class Test { String id1; String id2; List<String> stuff;

  • 0

I have a class like:

class Test {
    String id1;
    String id2;
    List<String> stuff;
}

if I need to run this query:

select from Test where id1='a' && id2='b' && stuff='foo';

am I going to get exploding indices?

Thanks

  • 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-16T04:02:41+00:00Added an answer on May 16, 2026 at 4:02 am

    The most “explosive” type of entity is one that has 2 (or more) different List properties and you have a custom index that uses both lists (thanks to nick for the clarification about using a custom index) That is because the datastore will need to create an index entry for all permutations of items from both lists. For example, if one list contains “a”, “b”, “c” and the second list contains 1 and 2, a bunch of entries would be needed:

    a,1
    b,1
    c,1
    a,2
    b,2
    c,2
    

    In your case, the datastore should only need to create one entry per item in your “stuff” list.
    More details here

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

Sidebar

Ask A Question

Stats

  • Questions 511k
  • Answers 511k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer if [ "${CONFIGURATION}" = "Release" ]; then echo Do something… May 16, 2026 at 5:15 pm
  • Editorial Team
    Editorial Team added an answer Some file encodings have hidden characters to alert a consumer… May 16, 2026 at 5:15 pm
  • Editorial Team
    Editorial Team added an answer You have to have a running run loop for performSelector:withObject:afterDelay:… May 16, 2026 at 5:15 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have a class like this public SomeClass { private List<string> _strings = new
I have a class like this: public class test { public virtual int Id
I have a class like this: public class myClass { public List<myOtherClass> anewlist =
Say I have a component like this public class MyComponent { public MyComponent(string name)
I have a generic abstract base class from which I would like to derive
I have a class like so: public abstract class ClassA<T> { protected ClassA(IInterface interface)
I have a class like so: [XmlRootMyMessageType)] public class MyMessageType : BaseMessageType { [XmlElement(MessageId)]
In C#, I have a class set up like so: class Page { public
I have a class to encrypt the connectionString. public class SKM { private string
I have Class CustomDate and that is referred in other class called Test. public

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.