-
# Reference
- [MySQL 5.6 リファレンスマニュアル](https://dev.mysql.com/doc/refman/5.6/ja)
- [MySQL 5.7 Reference Manual](https://dev.mysql.com/doc/refman/5.7/en/)
# Design
- [x] RAID5
- [x] merge temporar…
-
## Environment
- Centos6.x
- td-agent-2.3.2-0.el6.x86_64
- fluent-plugin-elasticsearch (1.6.0)
## Configuration
```
@type tail
format none
path /data/*%Y%m%d.log
refresh_interval 5s
read_lines_lim…
-
Currently stolon only sync from primary using pg_basebackup since it's the most safe and easy way to do this.
We could add different syncing mechanisms (i.e. from backup, rsync etc...).
The diff…
-
### MySQL
# MySQL WAL-G Configuration
### Guidance on configuring WAL-G for MySQL
Some questions are not obvious from documentation. I'm seeking guidance on configuring WAL-G for MySQL in a ma…
-
It looks like the current implementation on JRuby is not fully correct. The read and write of the value uses ConcurrentHashMap so if the class-var exists it has volatile semantic, however during defin…
-
(check apply)
- [ ] read [the contribution guideline](https://github.com/uken/fluent-plugin-elasticsearch/blob/master/CONTRIBUTING.md)
- [ ] (optional) already reported 3rd party upstream repository…
-
in addition to ALTER DATABASE END BACKUP
please add ALTER DATABASE **DROP BACKUP DELTA**
The delta file must be deleted, the changes made to the delta file must be canceled. The database is switched…
-
(check apply)
- [-] read [the contribution guideline](https://github.com/uken/fluent-plugin-elasticsearch/blob/master/CONTRIBUTING.md)
- [-] (optional) already reported 3rd party upstream repository…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com…
-
The firestore API exposes a read_time option, which can be used to query the database at a specific point in time. We should expose this in the hand-written layers