wiebeytec

Results 11 issues of wiebeytec

### What type of enhancement is this? User experience ### What subsystems and features will be improved? Compression ### What does the enhancement do? When there are compressed chunks and...

compression
enhancement
Core Database Team
ddl

Running `outflux`, it consistently stops after about 900 seconds: ``` 2021/12/08 16:06:35 pipe_479_ext: Extracted 83655000 rows from Influx 2021/12/08 16:06:35 pipe_479_ext: Extracted 83670000 rows from Influx 2021/12/08 16:06:35 pipe_479_ing: Complete....

### Overview of the Issue I had restarted my replicas, and because the (deprecated) option `skip_slave_start` is set in `/vt/vt_0000000300/my.cnf`, it didn't start. I then started it with `start replica`...

Type: Bug
Component: Cluster management
Component: Query Serving

### Overview of the Issue When you fully qualify a keyspace name on a table in sub query, you get `Unknown database 'example_unittest_sites' (errno 1049) (sqlstate 42000) `. Example query:...

Type: Bug
Component: Query Serving

### Overview of the Issue I get a panic when I join too many reference tables. Initially I thought it was related to global routing, but it seems to relate...

Type: Bug
Component: Query Serving

Edit: [See this comment](https://github.com/vitessio/vitess/issues/15777#issuecomment-2076338757) for the real cause. The routing breaks for all reference tables if not *all* reference tables are present in the unsharded vschema. ### Overview of the...

Type: Bug
Component: Query Serving

On the forums I read that [posting with gzip to influx](https://community.influxdata.com/t/line-protocol-compression/4988/3) is possible, but this library doesn't mention anything about it. Also, when I do it manually with PHP curl,...

### Overview of the Issue (Edit with synopsis: it seems to delete the table while the stream is still running.) I was trying a `MoveTables` on a 2 TB table....

Type: Bug
Component: VReplication

### Overview of the Issue The name of a CTE is considered a table (object) for the ACL checks. So if you don't approve the CTE name, it fails: ```...

Type: Bug
Component: Query Serving

### Overview of the Issue Vitess recently got UPDATE with JOIN support, but there may be some inefficiency/deficiency. It seems to resort to OperatorType `DMLWithInput` (which rewrites to `SELECT ......

Type: Enhancement
Component: Query Serving