Git Product home page Git Product logo

Comments (4)

vsankaranarayana avatar vsankaranarayana commented on August 9, 2024

IndexSizeExceededException is common one. You should either increase your index size or persist the index and create a new one whenever the index size reaches its maximum. The second option is the better one, when you are handling with larger indexes. Also, after persisting the current index, please do not forget to close it before creating the new one.

from embedded-druid.

valenpo avatar valenpo commented on August 9, 2024

@vsankaranarayana thanks!

If I right understand, it is similar to plumber on top druid?
How can I monitor the index size to persist it?
Is it possible to read many of persist indexes? To 8M all get ~10 persist indexes.

from embedded-druid.

vsankaranarayana avatar vsankaranarayana commented on August 9, 2024

You can check the index size anytime and would recommend you to go through io.druid.segment and io.druid.data APIs . Additionally, as each call to persist would create an index file, you can merge all of those index files and create a single index file at the end.

from embedded-druid.

valenpo avatar valenpo commented on August 9, 2024

@vsankaranarayana thank you!

from embedded-druid.

Related Issues (5)

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.