-
### Prerequisites
Hi there!
What can you think about MySQL partitioning on tables in OST?
Im assume this is a case for largest databases
-
If i am turning on partitionig of the events table, i am seeing an error in postgres logs:
```
2017-11-28 11:23:27 MSK zabbix zabbix ERROR: insert or update on table "problem" violates foreign ke…
-
# 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…
-
````
ubuntu@ip-111-11-11-111:~$ sudo git clone https://github.com/jembi/openxds.git
Cloning into 'openxds'...
remote: Counting objects: 12911, done.
remote: Total 12911 (delta 0), reused 0 (delta …
-
Hi Dr,
First of all thank you for creating such a good documentation for partitioning and always helping us when in trouble with very less response time :-).
We have zabbix 4.0 with postgres and…
-
``create_parent`` does not create partitions correctly with time change happens from summer to winter.
```
# create table bugpartman(clock int) partition by range(clock);
# select partman.create_…
-
Hi @Doctorbal,
I read that Zabbix has changed few things concerning database:
![image](https://user-images.githubusercontent.com/8074127/168979532-27767c19-f3d2-47b8-a0c2-9d227f907f02.png)
So…
-
What is the best way to partition MySQL using Docker?
My MySQL is about 100GB, and when I go to partition according to the manual, it seems to read all connections before uploading docker compose a…
-
seems like using 'week' will always remove *all* partitions, because in sub remove_old_partitions the date is not decremented at all.
-
Hello,
I try the Perl script on RHEL 7.5 and MySQL8 and I have the following error: " Your installation of MySQL does not support table partitioning "
Before I did the same steps on a CentOS 7 a…