Hi,
I want to know what Proxmox ve's underlying database is made of?I have seen that the web interface of proxmox ve has continuous query status. What measures are taken to support such frequent queries?
Proxmox uses SQLite 3 as database in /var/lib/pve-cluster, which is then distributed on all nodes and available through the FUSE mount /etc/pve and the API resp web GUI.
Proxmox uses SQLite 3 as database in /var/lib/pve-cluster, which is then distributed on all nodes and available through the FUSE mount /etc/pve and the API resp web GUI.