-
{
"errorMessage": "('verify_version', 'Invalid RDB version number 10')",
"errorType": "Exception",
"requestId": "b33cc7fa-990c-4b65-a901-136f6c2878e8",
"stackTrace": [
" File "/var/…
-
## Question
![QQ截图20240609230908](https://github.com/alibaba/canal/assets/53174818/cd5c0272-4b80-43a2-aab3-dd74fa95a6d3)
在高并发更新的时候,这里每个分片的处理其实是开启一个事务以后for循环同步执行每个dml,最后才提交;有多次网络的交互;
优化思路:
1.是否可以考虑…
-
# Describe your feature request
Add results reporting database, like **-rdp** in nuclei.
```
-rdb, -report-db string httpx reporting database (always use this to persist report data)
```
Saving …
-
### 问题描述(Issue Description)
```
ERR [writerxxx.cache.amazonaws.com_6379] receive reply failed. cmd=[SET xxx:xxx:xxx:1234-578f-4321- 42206.3205176679 ...], error=[ERR syntax error]
RedisShake/int…
-
I'm working on redis backup and restore. I noticed that redis-rdb-tools is not able to restore the stream valued keys.
I insert a stream valued key in redis using
`redis-cli XADD mystream 17231918…
-
Now only sqlite3 is supported, but others must be.
-
The case contains three linked tables (see script below).
The simple Query No1 and tricked Query No2 produced the same result, but Query No1 slowed it.
It looks like Firebird compares the NULL val…
-
```
var id uintptr = 123
err := rdb.Set(ctx, "test1", id, 0)
if err != nil {
t.Fatal(err)
}
```
-
Hello,
I am not perfectly sure what you want to do but i am pretty sure that this line is wrong:
https://github.com/njlg/perl-rethinkdb/blob/master/lib/Rethinkdb.pm#L34
it uses the variable $_rdb_i…
-
Dear Chen Yang,
Thank You for creating the MicrobiomeStat tools. I would really like to process my data using your package and generate_beta_change_test_long() , but I am facing a problem Warning: r…