Skip to content

Instantly share code, notes, and snippets.

View LukasCaha's full-sized avatar
👋
Hi!

Lukáš Caha LukasCaha

👋
Hi!
View GitHub Profile
@LukasCaha
LukasCaha / table_sizes.sql
Created October 8, 2025 11:46
Size of data and indicies on DB
SELECT
table_name AS `Table`,
ROUND((data_length / 1024 / 1024), 2) AS `Size data (MB)`,
ROUND((index_length / 1024 / 1024), 2) AS `Size index (MB)`
FROM
information_schema.TABLES
WHERE
table_schema = DATABASE()
ORDER BY
(index_length) DESC;
@LukasCaha
LukasCaha / component-examples.yml
Last active March 27, 2025 15:30
Youklid Markup Language
---
site:
lang: en
title: Component Examples Title 2
menu:
contact:
label: "123\u00A0456\u00A0789"
link: 'tel:+420123456789'
button:
label: CTA