Code Monkey home page Code Monkey logo

Comments (5)

mosuka avatar mosuka commented on May 18, 2024 4

@lming
That makes sense.
I'll try to support multiple indexes when I have time.
Thanks!

from bayard.

mosuka avatar mosuka commented on May 18, 2024

Hi @lming ,
Sorry for the late reply.

Solr and Elasticsearch can serve multiple indices in a single process, but I don't plan to support that at the moment. Bayard keeps the design simple, serving one index per process.
This is my opinion, as container orchestration systems such as Kubernetes allow more flexibility in resource allocation, there is no longer a need to serve multiple indices on a single node (process) as in the past.

However, while I may support it in the future, it's not in our plans right now.

from bayard.

lming avatar lming commented on May 18, 2024

@mosuka thanks for the reply!

I respect your choice but it's arguable that container orchestration of multiple bayard instances is a good replacement of one cluster serving multiple indexes in terms of dev/ops effort - especially when the number of indexes is big and dynamic. (e.g. one index for each customer's data).

from bayard.

lming avatar lming commented on May 18, 2024

Great to see that bayard now supports multiple indexes, thanks a lot @mosuka for implementing this!

A question - is there a limit of how many indexes we can operate in a bayard cluster?

from bayard.

mosuka avatar mosuka commented on May 18, 2024

Hi @lming ,
No limit is set. If you want to run many indexes, you will need to increase the number of Bayard nodes as well.
Please note that I have not yet implemented shard rebalancing when nodes are dynamically added to the cluster...

from bayard.

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.