Coder Social home page Coder Social logo

Comments (2)

chengshiwen avatar chengshiwen commented on July 28, 2024

influxdb cluster因为有meta元数据访问(例如写数据前要检查db是否存在,就需要访问meta节点,有http损耗)和一致性要求(例如写一致性,是多个都要求全部写完还是部分写完,取决于consistency参数),所以分布式的influxdb cluster的每个data node节点性能肯定不会高于单机版influxdb,influxdb cluster主要解决集群(多节点存储一部分数据)、高可用问题,通过水平扩展data node完成更大量的数据接入和维护,同时提供配套工具influxd-ctl来维护整个集群。

写入性能则取决于你写的方式,如果不同的数据(例如不同measurement或不同db),从不同节点接入写,性能还是会有叠加提高的

from influxdb-cluster.

BGDSW avatar BGDSW commented on July 28, 2024

多谢解答!

from influxdb-cluster.

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.