Giter Club home page Giter Club logo

Comments (5)

asdine avatar asdine commented on July 3, 2024

Definitely. The ID is currently treated as any other key and we can easily optimize it by removing the useless call.

from storm.

bep avatar bep commented on July 3, 2024

But it should be optimized in the One method and not adding another method to learn.

from storm.

asdine avatar asdine commented on July 3, 2024

No it's all about optimization. If i remove the UniqueIndex on IDs on save, i will need to optimize One andAll.
They both access the indexes before getting from the bucket.

from storm.

Depado avatar Depado commented on July 3, 2024

Just commenting here even though it's a 4 years old issue because I can't seem to find the information elsewhere.
First of all, thanks @asdine for this project, it's truly awesome and makes working with bolt a breeze!
As of v3.2.0 I still have the __storm_index_ID which maps the ID with itself, which is clearly redundant. Is there something special to do to remove said index?

from storm.

Depado avatar Depado commented on July 3, 2024

It looks like this was fixed and then reverted with 68fc73b when the id tag was re-attributed an index. But maybe I'm out of touch with what's going on, I don't have the time to check all the commits and discussions regarding that. Is that index now required?
Changing f.Index = tagUniqueIdx to f.Index = "" removes the index associated with the ID. But I don't know if that will keep working as before.

from storm.

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.