The Vitess 12.0 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 Configuring the stream . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 Life of a stream . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 Stream migration on a resharding operation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 534 页 | 3.32 MB | 1 年前3
The Vitess 8.0 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 Life of a stream . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . value used by the master in a statement is sent in the replication stream, so replicas will have the same value when re-playing the stream. • There is no strict guarantee about ordering: two concurrent statements VReplication works as a stream or combination of streams. Each stream establishes a replication from a source keyspace/shard into a target keyspace/shard. 95 A given stream can replicate multiple tables0 码力 | 331 页 | 1.35 MB | 1 年前3
The Vitess 11.0 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 Stream migration on a resharding operation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 Life of a stream . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . possible to provide exact ordering of events across Vitess shards. The VStream API will inherently stream events from one shard independently of another. However, VStreamer events do keep track of the binlog0 码力 | 481 页 | 3.14 MB | 1 年前3
The Vitess 9.0 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 233 Life of a stream . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . VStream Copy description: Streaming events from the beginning VStream Copy Allow vstreams to stream entire databases or tables Motivation Currently, the vstream API streams events starting either starting from the first position of the binlog. A naive extension of the current mechanism is to stream from the starting position. However, this is impractical for any database/table of a reasonable size0 码力 | 417 页 | 2.96 MB | 1 年前3
The Vitess 10.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 Stream migration on a resharding operation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 245 Life of a stream . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . possible to provide exact ordering of events across Vitess shards. The VStream API will inherently stream events from one shard independently of another. However, VStreamer events do keep track of the binlog0 码力 | 455 页 | 3.07 MB | 1 年前3
The Vitess 7.0 Documentationvalue used by the master in a statement is sent in the replication stream, so replicas will have the same value when re-playing the stream. • There is no strict guarantee about ordering: two concurrent statements description VReplication works as a stream or combination of streams. Each stream establishes a replication from a source keyspace/shard into a target keyspace/shard. A given stream can replicate multiple tables in a vreplication table in the vt database. VReplication uses the ‘pull’ model. This means that a stream is created on the target side, and the target pulls the data by finding the appropriate source.0 码力 | 254 页 | 949.63 KB | 1 年前3
The Vitess 5.0 DocumentationVStream can be thought of as an UpdateStream customized for use within Vitess. As with the update stream, VTTablets can subscribe to a VStream to receive events. The VStream can pull events from a VStreamer cross-shard operations. The VTGate servers are capable of scatter-gather operations, but can only stream results. Thus, a query that performs a GROUP BY colx ORDER BY coly may be refused if the intermediate query query.EventToken EventToken is a structure that describes a point in time in a replication stream on one shard. The most recent known replication position can be retrieved from vttablet when executing0 码力 | 206 页 | 875.06 KB | 1 年前3
The Vitess 6.0 Documentationcross-shard operations. The VTGate servers are capable of scatter-gather operations, but can only stream results. Thus, a query that performs a GROUP BY colx ORDER BY coly may be refused if the intermediate query query.EventToken EventToken is a structure that describes a point in time in a replication stream on one shard. The most recent known replication position can be retrieved from vttablet when executing vttablet. It is only used on the client -> vtgate link. position string The position on the replication stream after this statement was applied. It is not the transaction ID / GTID, but the position / GTIDSet0 码力 | 210 页 | 846.79 KB | 1 年前3
百度智能云 Apache Doris 文档作业会扫描数据,占用 IO 资源,可能会影响系统的查询延迟。 一个集群内同时运行的 Export 作业最大个数为 5。之后提交的只作业将会排队。 STREAM-LOAD STREAM LOAD STREAM LOAD Description Description Stream Load 通过 HTTP 协议向 Doris 传输并导入数据。该方式主要用户本地数据的上传的导入。但其本质上是一种导入框 架,其提供的 私有化部署用户可以使用 Leader Node(FE)的 HTTP 协议端口,默认为 8030。但须保证客户端所在机器网络能够联通 Compute Node 所在机器。 本文档主要通过 cURL 命令来介绍 Stream Load 的使用方式 HTTP 的请求方式为 扫描-导出 扫描-导出 exec_mem_limit exec_mem_limit __doris_export_tmp_xxx __doris_export_tmp_xxx xxx" ...] \ -T data.txt \ -T data.txt \ http://host:port/api/{db}/{table}/_stream_load http://host:port/api/{db}/{table}/_stream_load PUT PUT Baidu 百度智能云文档 SQL手册 37 当前支持 HTTP chunked 与非 chunked 上传两种方式。对于非0 码力 | 203 页 | 1.75 MB | 1 年前3
Apache ShardingSphere 5.4.1 DocumentDescription Column Description read Data reading configuration write Data writing configuration stream_channel Data channel Example • Query migration rule SHOW MIGRATION RULE; mysql> SHOW MIGRATION -------------------+-------------------------------------------------------+ | read | write | stream_channel | +--------------------------------------------------------------+------------------- '=' batchSize ',')? ('SHARDING_SIZE' '=' shardingSize ',')? (rateLimiter)? ')' dataChannel ::= 'STREAM_CHANNEL' '(' 'TYPE' '(' 'NAME' '=' algorithmName ',' propertiesDefinition ')' ')' workerThreadPoolSize0 码力 | 572 页 | 3.73 MB | 1 年前3
共 122 条
- 1
- 2
- 3
- 4
- 5
- 6
- 13













