docs-v2/static/svgs/v3-storage-architecture.svg

108 lines
6.9 KiB
XML
Raw Normal View History

<svg version="1.1" id="influxdb-v3-storage-architecture"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 750 710"
style="enable-background:new 0 0 750 710;" xml:space="preserve">
<path class="shape op25" d="M172.6,537.2h6.1c2.8,0,5-2.2,5-5V212.8c0-2.8-2.2-5-5-5H45.9c-2.8,0-5,2.2-5,5v6.1"/>
<path class="shape op50" d="M161.5,548.3h6.1c2.8,0,5-2.2,5-5V223.9c0-2.8-2.2-5-5-5H34.8c-2.8,0-5,2.2-5,5v6.1"/>
<path class="shape op70" d="M150.4,559.3h6.1c2.8,0,5-2.2,5-5V234.9c0-2.8-2.2-5-5-5H23.8c-2.8,0-5,2.2-5,5v6.1"/>
<path class="shape" d="M145.4,570.4H12.7c-2.8,0-5-2.2-5-5V246c0-2.8,2.2-5,5-5h132.7c2.8,0,5,2.2,5,5v319.4
C150.4,568.2,148.2,570.4,145.4,570.4z"/>
<path class="shape op25" d="M392.5,607.8v-22.6c0-2.8-2.6-5-5.9-5H162.2c-3.3,0-5.9,2.2-5.9,5v6.1"/>
<path class="shape op50" d="M392.5,618.8v-22.6c0-2.8-2.4-5-5.5-5H150.8c-3.1,0-5.5,2.2-5.5,5v6.1"/>
<path class="shape op70" d="M392.5,629.8v-22.6c0-2.8-2.3-5-5.2-5H139.5c-2.9,0-5.2,2.2-5.2,5v6.1"/>
<path class="shape" d="M392.5,618.3v80.3c0,2.8-2.2,5-5,5H128.3c-2.8,0-5-2.2-5-5v-80.3c0-2.8,2.2-5,5-5h259.4
C390.3,613.3,392.5,615.6,392.5,618.3z"/>
<text transform="matrix(1 0 0 1 42.8805 400.2629)" class="title">Ingester</text>
<path class="shape op50" d="M29.8,131.5v6.1c0,2.8,2.2,5,5,5h132.8c2.8,0,5-2.2,5-5V88.4c0-2.8-2.2-5-5-5h-6.1"/>
<path class="shape op70" d="M18.8,120.5v6.1c0,2.8,2.2,5,5,5h132.7c2.8,0,5-2.2,5-5V77.4c0-2.8-2.2-5-5-5h-6.1"/>
<path class="shape" d="M150.4,66.3v49.2c0,2.8-2.2,5-5,5H12.7c-2.8,0-5-2.2-5-5V66.3c0-2.8,2.2-5,5-5h132.7
C148.2,61.3,150.4,63.5,150.4,66.3z"/>
<text transform="matrix(1 0 0 1 49.5201 96.1267)" class="title">Router</text>
<path class="shape op25" d="M709.1,218.9v-6.1c0-2.8-2.2-5-5-5H571.4c-2.8,0-5,2.2-5,5v319.4c0,2.8,2.2,5,5,5h6.1"/>
<path class="shape op50" d="M720.2,229.9v-6.1c0-2.8-2.2-5-5-5H582.4c-2.8,0-5,2.2-5,5v319.4c0,2.8,2.2,5,5,5h6.1"/>
<path class="shape op70" d="M731.2,241v-6.1c0-2.8-2.2-5-5-5H593.5c-2.8,0-5,2.2-5,5v319.4c0,2.8,2.2,5,5,5h6.1"/>
<path class="shape" d="M604.6,570.4h132.7c2.8,0,5-2.2,5-5V246c0-2.8-2.2-5-5-5H604.6c-2.8,0-5,2.2-5,5v319.4
C599.6,568.2,601.8,570.4,604.6,570.4z"/>
<text transform="matrix(1 0 0 1 637.42 400.2629)" class="title">Querier</text>
<text transform="matrix(1 0 0 1 307.1968 421.2647)" class="title">Object Storage</text>
<text transform="matrix(1 0 0 1 283.4514 449.1647)" class="text small">Time series data stored in</text>
<text transform="matrix(1 0 0 1 292.9078 468.3647)" class="text small">Apache Parquet format</text>
<path class="shape" d="M485.6,516.7H264.4c-2.8,0-5-2.2-5-5V366.1c0-2.8,2.2-5,5-5h221.2c2.8,0,5,2.2,5,5v145.6
C490.6,514.5,488.3,516.7,485.6,516.7z"/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
<g>
<text transform="matrix(1 0 0 1 340.6902 269.3409)" class="title">Catalog</text>
<text transform="matrix(1 0 0 1 305.4816 297.2409)" class="text small">Relational metadata</text>
<text transform="matrix(1 0 0 1 349.9528 316.4409)" class="text small">service</text>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</g>
<path class="shape" d="M485.6,343.6H264.4c-2.8,0-5-2.2-5-5V235.4c0-2.8,2.2-5,5-5h221.2c2.8,0,5,2.2,5,5v103.3
C490.6,341.4,488.3,343.6,485.6,343.6z"/>
<text transform="matrix(1 0 0 1 208.9666 664.0139)" class="title">Compactor</text>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
<g>
<path class="diagram-line" d="M196.7,263h9.9c2.8,0,5-2.2,5-5v-71.6c0-2.8,2.2-5,5-5h316.9c2.8,0,5,2.2,5,5V258c0,2.8,2.2,5,5,5h9.9"/>
<polygon class="arrow" points="197.5,266 192.4,263 197.5,260 "/>
<polygon class="arrow" points="552.5,266 557.6,263 552.5,260 "/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</g>
<g>
<line class="diagram-line" x1="503.6" y1="287" x2="557.6" y2="287"/>
<polygon class="arrow" points="504.5,290 499.3,287 504.5,284 "/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</g>
<g>
<line class="diagram-line" x1="196.7" y1="287" x2="246.4" y2="287"/>
<polygon class="arrow" points="197.5,290 192.4,287 197.5,284 "/>
<polygon class="arrow" points="245.5,290 250.7,287 245.5,284 "/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</g>
<g>
<line class="diagram-line" x1="503.6" y1="438.9" x2="557.6" y2="438.9"/>
<polygon class="arrow" points="504.5,441.9 499.3,438.9 504.5,435.9 "/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</g>
<g>
<line class="diagram-line" x1="192.4" y1="438.9" x2="246.4" y2="438.9"/>
<polygon class="arrow" points="245.5,441.9 250.7,438.9 245.5,435.9 "/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</g>
<path class="shape dashed op50" d="M240.5,206.4h269c2.8,0,5,2.2,5,5v324.3c0,2.8-2.2,5-5,5h-269c-2.8,0-5-2.2-5-5V211.4
C235.5,208.7,237.7,206.4,240.5,206.4z"/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
<g>
<line class="diagram-line" x1="288.7" y1="553.7" x2="288.7" y2="567.3"/>
<polygon class="arrow" points="285.7,554.6 288.7,549.4 291.6,554.6 "/>
<polygon class="arrow" points="285.7,566.5 288.7,571.6 291.6,566.5 "/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</g>
<g>
<line class="diagram-line" x1="460.6" y1="553.7" x2="460.6" y2="598.5"/>
<polygon class="arrow" points="457.6,554.6 460.6,549.4 463.5,554.6 "/>
<polygon class="arrow" points="457.6,597.7 460.6,602.8 463.5,597.7 "/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</g>
<text transform="matrix(1 0 0 1 266.7056 166.5149)" class="text small italic">Query yet-to-be-persisted data</text>
<path class="shape dashed" d="M129.8,454.9H28.1c-1.7,0-3,1.3-3,3V550c0,1.7,1.3,3,3,3h101.8c1.7,0,3-1.3,3-3v-92.1
C132.8,456.2,131.6,454.9,129.8,454.9z"/>
<text transform="matrix(1 0 0 1 60.2133 483.1731)" class="text bold">WAL</text>
<text transform="matrix(1 0 0 1 42.0186 511.0731)" class="text small">Short-term</text>
<text transform="matrix(1 0 0 1 38.3468 530.2731)" class="text small">persistence</text>
<text transform="matrix(1 0 0 1 38.4793 18.2741)" class="text">Write requests</text>
<text transform="matrix(1 0 0 1 593.4435 18.2741)" class="text">Query requests</text>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
<g>
<line class="diagram-line" x1="95.7" y1="151.8" x2="95.7" y2="170.2"/>
<polygon class="arrow" points="56,193.7 59,198.9 62,193.7 "/>
<polygon class="arrow" points="80.5,193.7 83.5,198.9 86.5,193.7 "/>
<polygon class="arrow" points="104.9,193.7 107.9,198.9 110.9,193.7 "/>
<polygon class="arrow" points="129.4,193.7 132.4,198.9 135.4,193.7 "/>
<line class="diagram-line" x1="83.5" y1="193.7" x2="83.5" y2="170.2"/>
<line class="diagram-line" x1="107.9" y1="193.7" x2="107.9" y2="170.2"/>
<path class="diagram-line" d="M132.4,193.7v-18.5c0-2.8-2.2-5-5-5H64c-2.8,0-5,2.2-5,5v18.5"/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</g>
<g>
<line class="diagram-line" x1="654.3" y1="136.7" x2="654.3" y2="194.8"/>
<polygon class="arrow" points="651.3,193.9 654.3,199.1 657.3,193.9 "/>
<line class="diagram-line" x1="654.3" y1="33.3" x2="654.3" y2="91.4"/>
<polygon class="arrow" points="651.3,34.2 654.3,29 657.3,34.2 "/>
<line class="diagram-line" x1="654.3" y1="91.4" x2="654.3" y2="92.4"/>
<line class="diagram-line dashed" x1="654.3" y1="94.5" x2="654.3" y2="134.6"/>
<line class="diagram-line" x1="654.3" y1="135.7" x2="654.3" y2="136.7"/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</g>
<g>
<line class="diagram-line" x1="95.7" y1="29" x2="95.7" y2="48.2"/>
<polygon class="arrow" points="92.7,47.3 95.7,52.5 98.7,47.3 "/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</g>
<text transform="matrix(1 0 0 1 435.5938 648.0693)" class="title">Garbage Collector</text>
<path class="shape" d="M616.7,672.4H416c-2.8,0-5-2.2-5-5v-49.1c0-2.8,2.2-5,5-5h200.7c2.8,0,5,2.2,5,5v49.1
C621.7,670.1,619.5,672.4,616.7,672.4z"/>
Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
</svg>