DBMS > IRONdb
IRONdb Systemeigenschaften
Bitte wählen Sie ein weiteres System aus, um es mit IRONdb zu vergleichen.
Unsere Besucher vergleichen IRONdb oft mit InfluxDB, Prometheus und TimescaleDB.
Redaktionelle Informationen bereitgestellt von DB-Engines | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name | IRONdb | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Kurzbeschreibung | A distributed Time Series DBMS with a focus on scalability, fault tolerance and operational simplicity | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Primäres Datenbankmodell | Time Series DBMS | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Website | www.circonus.com/solutions/time-series-database | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Technische Dokumentation | docs.circonus.com/irondb | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Entwickler | Circonus LLC. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Erscheinungsjahr | 2017 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Aktuelle Version | V0.10.20, January 2018 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Lizenz ![]() | kommerziell | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ausschließlich ein Cloud-Service ![]() | nein | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DBaaS Angebote (gesponserte Links) ![]() Providers of DBaaS offerings, please contact us to be listed. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Implementierungssprache | C und C++ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Server Betriebssysteme | Linux | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Datenschema | schemafrei | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Typisierung ![]() | ja ![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML Unterstützung ![]() | nein | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sekundärindizes | nein | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SQL ![]() | SQL-like query language (Circonus Analytics Query Language: CAQL) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
APIs und andere Zugriffskonzepte | HTTP API | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Unterstützte Programmiersprachen | .Net C C++ Clojure Erlang Go Haskell Java JavaScript JavaScript (Node.js) Lisp Lua Perl PHP Python R Ruby Rust Scala | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Server-seitige Scripts ![]() | yes, in Lua | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Triggers | nein | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Partitionierungsmechanismen ![]() | Automatic, metric affinity per node | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Replikationsmechanismen ![]() | configurable replication factor, datacenter aware | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MapReduce ![]() | nein | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Konsistenzkonzept ![]() | Immediate consistency per node, eventual consistency across nodes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fremdschlüssel ![]() | nein | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Transaktionskonzept ![]() | nein | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Concurrency ![]() | ja | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Durability ![]() | ja | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
In-Memory Unterstützung ![]() | nein | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Berechtigungskonzept ![]() | nein | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Weitere Informationen bereitgestellt vom Systemhersteller | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IRONdb | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Specific characteristics | IRONdb is a highly available, distributed Time Series Database. It can support dozens of nodes per availability zone, and ingest billions of metrics per second. IRONdb is one of the highest performing TSDBs due to the highly optimized C and Assembly implementation. IRONdb can act as a remote storage destination for Prometheus, and integrate with the Grafana visualization tool. Data can be analyzed with the CAQL (Circonus Analytics Query Language) functional language, which provides a wide range of statistical and numeric analytical capabilities. IRONdb was developed by Circonus, and is the underlying TSDB behind the Circonus. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Competitive advantages | Unmatched Scalability IRONdb is unique among TSDBs in that it does not use a consensus algorithm for distributed operations. Rather, it relies on operations being commutative in nature, so that data may be applied to any node in any order. This approach avoids the difficult technical problems inherent to distributed systems which require consensus algorithms to operate, and the reliability issues that come with them. As a result, IRONdb can operate with far more nodes than other solutions, and still remain highly performant. Installations with dozens of nodes per availability zone are standard, and operate with no single point of failure. Unmatched Performance IRONdb is written in C and Assembly for optimal performance. By minimizing memory allocations, and avoiding copying data wherever possible, IRONdb is able to achieve significant runtime performance over other solutions. Additionally, IRONdb is optimized for a minimum memory footprint per node through the use of highly optimized data structures, allowing each node to handle many more metrics per node than other solutions. Unmatched Operational Efficiency and Data Safety IRONdb was designed such that it can be operated without any bespoke administrator skillsets. Standard Linux administration knowledge is sufficient to get IRONdb up and running and accomplish standard node maintenance operations. You don't need a domain specialist with hard to find skills, or a large team of operators. IRONdb is capable of operating with data replicated in upwards of 4 different availability zones for survivability in double fault loss scenarios. Additionally, IRONdb supports the ZFS filesystem, to take advantage of the unique data safety features offered there such as block checksumming and bitrot detection. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Typical application scenarios | Real Systems Monitoring Monitor your systems infrastructure in real time across thousands of hosts. IRONdb is capable of ingesting tens of thousands of metrics per host across tens of thousands of hosts. Additionally, because IRONdb is capable of ingesting histogram based metrics, it can easily handle billions of metrics per second from APIs and third party integrations. IoT Systems Monitoring IRONdb is uniquely suited to fulfill the telemetry needs of large scale Internet of Things systems. IRONdb's stream tags and histogram based data structures are optimized for the ephemeral nature of these systems which generate high frequency metrics with high cardinality metadata. These characteristics also lend IRONdb to be exceptionally suited for industrial scale device monitoring. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Key customers | IRONdb serves the needs of the world's largest Time Series Database customers. One customer, Xandr, uses IRONdb to ingest and analyze nearly half a billion metrics per minute. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Market metrics | Only TSDB capable of scaling to billions of metrics. Only TSDB to scale to dozens of nodes across multiple availability zones. Only TSDB to store histogram based data. Highest performing Time Series Database. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Licensing and pricing models | IRONdb is licensed under a subscription model based on the number of active metrics in a given time window. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Zugehörige Produkte und DienstleistungenWir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Weitere Ressourcen | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IRONdb | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Erwähnungen in aktuellen Nachrichten | Circonus Announces Availability of Spring 2020 Release On the Radar: COVID-19, Circonus, and Fake FB Accounts Database Heterogeneity Helps Address IoT Analytics Challenges Bob Moul's latest gig is leading data intelligence company Circonus bereitgestellt von Google News |
Teilen sie diese Seite mit ihrem Netzwerk