GithubHelp home page GithubHelp logo

simpleds's People

Contributors

icoloma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

simpleds's Issues

Add SimpleQuery.populateCache()

Imagine the following scenario:

  • Save an entity
  • Immediately redirect to the entity page, but querying for some field that is not the primary key.

Under HRD, this query may be successful or not (for some seconds). A workaround is to populate the contents of a query in the datastore, but this must be done "by hand". The proposed syntax is:

entityManager.createQuery(MyClass.class)
   .equal("foo", "bar")
  .withCacheSeconds(3600)
  .populateCache(Lists.immutableList(key1, key2));

CursorList is not being cached

We are caching asList() and asSingleEntity(), but not asCursorList().

Also, the result type should be part of the cache key.

Remove org.simpleds.bg

The whole background task concept is outdated. This package will be removed for 1.3 with no replacement.

Add support for projected queries

To be able to specify the fields that should be retrieved. This possibility has been there since 1.7.x, and is a much cheaper operation.

Remove MultivaluedIndex

As experiment it was OK, but the current focus on functional programming and transformation of Collection makes this feature obsolete. It can safely be removed.

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.