We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A2:目前的设计是只支持单个 reader 的,可以把增量阶段的那个资源给它开大一些。这个设计的初衷出发点是在大部分的数据源上游的这个日志写的时候,它其实只有一个 binlog 文件,它全局是单文件的,理论上你写的话比读的开销是要大的,就是一般来读的那个开销,如果说不是一些网络或者说是资源不够,那个读是要比写要快的。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A2:目前的设计是只支持单个 reader 的,可以把增量阶段的那个资源给它开大一些。这个设计的初衷出发点是在大部分的数据源上游的这个日志写的时候,它其实只有一个 binlog 文件,它全局是单文件的,理论上你写的话比读的开销是要大的,就是一般来读的那个开销,如果说不是一些网络或者说是资源不够,那个读是要比写要快的。
The text was updated successfully, but these errors were encountered: