Instalar Presto 8.8 _verified_ May 2026
SHOW TABLES; SELECT * FROM nation LIMIT 5; Create /etc/systemd/system/presto.service :
[Unit] Description=Presto DB After=network.target [Service] Type=forking User=presto Group=presto WorkingDirectory=/opt/presto/current ExecStart=/opt/presto/current/bin/launcher start ExecStop=/opt/presto/current/bin/launcher stop Restart=on-failure LimitNOFILE=65536 instalar presto 8.8
./presto-cli.jar --server localhost:8080 --catalog tpch --schema sf1 Inside CLI: SHOW TABLES; SELECT * FROM nation LIMIT 5;