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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T01:40:58+00:00 2026-05-20T01:40:58+00:00

I have a problem that i am not sure how to solve efficiently. I

  • 0

I have a problem that i am not sure how to solve efficiently.

I have two collections:

1)

hits = {
    'day': '',
    'number_of_hits': 0
    'user_id': 0
} 

2)

stats = {
    'day': '',
    'total_number_of_hits': 0
    'user_id': 0
    ...
    some other stuff
}

I need to get sums of number_of_hits for each day (there can be many documents for each day containing
various number of hits) and update stats collections with those sums in quickest way possible.
This has to be done for each user_id found in hits collection

I can for example get an aggregates for hits collection and then in eg. loop update stats collection.

But something is telling me it’s not a good way.

Also sometimes stats collection may not have documents for some days, so they need to be created
instead of updated.

If you can get me any ideas it would be amazing 🙂

Thank you,
PabloX

  • 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-20T01:40:59+00:00Added an answer on May 20, 2026 at 1:40 am

    May be try to re-design you structure as

    stats{
       'day': '',
       'user_id': 0,
       'hits':{ 
           // Array of your hits document
        }
    }
    

    and get only one document with all hits. You can calculate total at any time.

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

Sidebar

Related Questions

This particular problem is easy to solve, but I'm not so sure that the
I have the odd problem that I am not able to open the properties
I have encountered a problem that I have not come accross yet when setting
Here is a hum-dinger of a problem that I have not found an answer
I have a caching scenario which I'm not sure how to solve. I am
I have a weird problem that I don't fully understand how to solve. Could
I have a small bioinformatics problem that I think should be easy to solve.
I have a problem that confuses my users, being that although an item is
I have the problem that an specific step in Ant can only be executed
I have a problem that I would like have solved via a SQL query.

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.