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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T22:24:42+00:00 2026-06-12T22:24:42+00:00

I have a document called login . the document contains the following: username password

  • 0

I have a document called login. the document contains the following:

  • username

  • password

  • gender

I have another document called history which contains the following:

  • username

  • time

I the history document the username is referenced to login document.
Using the time field I’ll get the details from the history document with the following query.

usersByHistory=models.history.objects(time=searchObj.time) 

using the above result I’ll get the user’s information using the following code:

list=[]    
for user in usersByHistory :
   name = user.user_name.user_name
   usersList = login_info.objects(user_name=name)
   list.append(usersList)

By executing the above code the execution time is very high, I want to avoid this for loop in the code and replace it with mongoengine query so as to minimize the execution time. someone please help

  • 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-12T22:24:44+00:00Added an answer on June 12, 2026 at 10:24 pm

    You could do an in query and provide the array of users: http://docs.mongoengine.org/en/latest/guide/querying.html#query-operators

    Heres an example using scalar because we only need a list of user_names.

    users_by_history = History.objects(time=searchObj.time).scalar('user_name')
    LoginInfo.objects(user_name__in=users_by_history)
    

    *I have updated the class names and variable names to conform to pep8

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

Sidebar

Related Questions

I have a document called login_info which contains the following fields: class login_info(Document): user_name
I have a cookie called login that contains a structure like username|hashcode|salt . Here's
Suppose I have a document called test1.txt that contains the following numbers: 133213 123123
I have a UIViewController which contains a UIWebView . i login to a website
I have a document called login_info . It has two fields: name password Location
I have an object called Document that has a one-to-many relationship with DocumentPersonCc. I
As per API document, credentials_blob_updated callback is called when storable credentials have been updated.
I have a page that contains an iframe that gets loaded using Javascript: index.html
So I have my Rails 3.1 app and Im using ajax to handle login
I have a XML document called RESTORE.XML It hold these values.. <EmployeeDetails> <EmployeeID>156824</EmployeeID> <EmployeeName>ALEX</EmployeeName>

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.