GithubHelp home page GithubHelp logo

Comments (1)

spring-projects-issues avatar spring-projects-issues commented on May 2, 2024

Eugene Tenkaev commented

What the status of this? I need create temporary large set to remove stale items from the mongodb repository, this thing will be very helpful.

Here is more detailed description of case:
Imagine you have eternal service there you request large list of items using pagination REST api.
You have save requested items in the MongoDB for further processing.

After some time you request again big list of items using paginated REST api.
And when you save received items you need mark new items. You do this by using MongoDB repository and method exists.

But after you done with requesting, you need to remove stale items that wasn't available during last request.
And here you need to store ids that you got during last request in set. But this list of ids large to completely put in memory. So file system backed set will be helpful here.

So here is a case, I say thanks in advance for any propositions for this case. If you need I will add additional clarifications about this case

from spring-data-keyvalue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.