Ad Widget

Collapse

Zabbix PostgreSQL: TimeScaleDB vs Partitioning by clock

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jurassoff
    Junior Member
    • Aug 2024
    • 3

    #1

    Zabbix PostgreSQL: TimeScaleDB vs Partitioning by clock

    Hello!
    The question is about history* tables.

    I want to increase DB performance with Zabbix v6 on PostgreSQL v15 by partitioning history* tables. The planned partitioning key is "clock".

    TimeScaleDB is undesirable due to some internal issues, but it can be overcome.

    Please explain if there are some issues/problems using PostgreSQL Partitioning by "clock" key instead of TimeScaleDB.

    Thanks in advance.
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4806

    #2
    IIRC any mysql/mariadb partitioning goes by that anyway, so if you cannot use TS, it should be OK to partition it by "clock"... Of course, you need to make sure partitions exist and are removed as needed...

    Comment

    Working...