HELP!I want to share proxmox ve with my colleagues, but I don't understand its underlying structure.

chenym

Member
Oct 25, 2022
50
1
8
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.
Thanks. Another question is that I want the arm64 version iso file. Where can I find it?