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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:43:23+00:00 2026-05-29T11:43:23+00:00

In Mongodb, you can write queries that include multiple attributes of objects and even

  • 0

In Mongodb, you can write queries that include multiple attributes of objects and even nested objects. Does oracle coherence support such complex queries or is it a simple K/V store?

Sample Mongodb query:

db.reports.find({profit:{$gt:99}, classification:'gas', name:/^USA/})

Is it possible to do similar queries on coherence?

  • 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-29T11:43:24+00:00Added an answer on May 29, 2026 at 11:43 am

    Yes, you can query entries belonging to a single cache against multiple object attributes (nested objects included).
    You can either use Filter API or Coherence Query Language to do that.

    The above query expressed via Filters would be something like:

    reportsCache.entrySet(new AllFilter(new Filter[] {
                        new GreaterFilter("getProfit", 99),
                        new EqualsFilter("getClassification", "gas"),
                        new LikeFilter("getName", "USA%")
                }));
    

    or using CohQL:

    select * from "reports" where profit > 99 and classification = "gas" and name like "USA%"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So, I need to write something in Rails 3 that does a query to
MongoDB's excellent PHP driver allows me to write to write PHP code that looks
How can I set up MongoDB so it can run as a Windows service?
Using MongoDB C# driver ( http://github.com/samus/mongodb-csharp ), seems that I'm unable to get the
Playing around with MongoDB and NoRM in .NET. Thing that confused me - there
I have an application that can not afford to lose data, so Postgresql is
We have an application that uses MongoDB for log keeping. We run a pair
Does anyone know if Mongoid has built in support to alias field names? I've
I am using javaeventing to write an even driven shell to access a database.
I'm running write intensive MongoDB for a web app and I'm getting extraordinarily poor

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.