Coder Social home page Coder Social logo

Comments (6)

simc avatar simc commented on July 22, 2024

Hi,

Thanks for using Hive.

Wow you are trying to store a massive String 😆

Currently Hive only supports Strings with a max length of 2^16-1 bytes. (see Limitations)

The reason why I limited the max String length is that most of the Strings will be much shorter than the limit. This way the length can be stored in two bytes which saves disk space and improves performance.

I'll try to think of a way support storing longer Strings while still maintaining the benefits for smaller strings.

What kind of map did you try to store?

from hive.

escamoteur avatar escamoteur commented on July 22, 2024

But binary do you store with more bytes right?

Honestly forget to save 2 bytes per String, it doesn't make sense compared to other data on an SD card.

I tries to store the map that I get back from jaguar_serializer, but its a nested map if I think about it don't know if Hive can deal with that.

Cheers
Thomas

from hive.

simc avatar simc commented on July 22, 2024

But binary do you store with more bytes right?

Currently not but I plan to change that. I need to run a few benchmarks before tho.

Honestly forget to save 2 bytes per String, it doesn't make sense compared to other data on an SD card.

Sorry I don't quite understand. Could you please rephrase that?

I tries to store the map that I get back from jaguar_serializer, but its a nested map if I think about it don't know if Hive can deal with that.

Nested maps should be no problem. But they have to be below 2^16-1 bytes.

from hive.

escamoteur avatar escamoteur commented on July 22, 2024

Ah I guess that was the problem

I meant just use 4 bytes per entry. It really doesn't matter on todays phones

from hive.

simc avatar simc commented on July 22, 2024

Yeah you are probably right. I'll change that with the next update. This means another breaking change of the binary format.
But I think nobody uses Hive in production yet...

from hive.

simc avatar simc commented on July 22, 2024

The limitations have been removed with version 0.5.0.

But it seems like lazy boxes have a problem with very long lists. I'm working on a fix.

from hive.

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.