home.social

#partitioning — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #partitioning, aggregated by home.social.

fetched live
  1. Погружение в Kafka c KRaft

    Обязательной частью является валидировать понимание работы с распределенными событийными моделями. Тут начинается аномалия. Не смотря на то, что все кандидаты заявляют об опыте с Kafka, многие теряются в рассуждениях на тему что это и как организовано. Для того, чтобы коллегам было комфортное на техническом интервью, а так же для желающих понять работу Kafka без Zookeper предлагаю статью. Понимаю, что мы все не любим длинные тексты, поэтому вложил максимум деталей в схемы и краткие формулировки.

    habr.com/ru/articles/1053670/

    #kafka #kraft #raft #java #python #devops #development #broker #partitioning #replica

  2. Open-source partitioning tool: DiskPart

    John 'Chucky' Hertell has created new partitioning software for the Amiga using vibe coding. The tool, which comes with a Gadtools GUI, requires AmigaOS 2. In a blog post, Hertell describes the program’s usage in detail.

    amiga-news.de/en/news/AN-2026-

  3. Script para crear automáticamente una SD de AGS para PiStorm

    El usuario Matt Alexander ha publicado un script que automatiza la preparación de una tarjeta SD para AGS (Amiga Game Selector) en configuraciones con PiStorm. La herramienta está pensada para simplificar un proceso que normalmente requiere varios pasos manuales, especialmente en la parte de particionado y copia de datos.

    Al ejecutarlo, el script solo solicita dos datos: la ubicación de la tarjeta SD y la ruta donde se encuentra la instalación de AGS usada en WinUAE. A partir de esa información, realiza el trabajo completo de forma automática. Entre sus funciones se incluye la descarga de una copia de HST Imager, la creación de las particiones necesarias y la copia de los datos a la tarjeta. Además, también coloca el archivo ROM en su ubicación correspondiente utilizando el que el usuario ya tenga disponible, evitando pasos adicionales de búsqueda y configuración manual.

    Con este enfoque, el script permite generar una SD lista para usar con AGS en PiStorm de forma más rápida y repetible, reduciendo el margen de error típico al preparar particiones y copiar archivos a mano.

    Descárgalo aquí <—

    Más info en breve.

    #AGS #amiga #AmigaGameSelector #amigaos #archivoROM #automatedSetup #automation #automatización #configuraciónAutomática #copiaDeDatos #copiaDeROM #dataTransfer #emulación #emulation #HSTImager #particionado #particiones #partitioning #partitions #pistorm #retrocomputing #retroinformática #ROMCopy #ROMFile #script #SD #SDCard #tarjetaSD #transferenciaDeDatos #winuae
  4. #Linux #Partitions #Partitioning #Parted

    I keep reading over the arch wiki page for parted and one thing that doesn't seem clear to me where it says you can only move the end of a partition... If I have 3 partitions;

    1. EFI
    2. SWAP
    3. Root

    I already shrunk the root parition down to make room to expand the swap paritition, but if I can only move the end of a partition, don't I need to move the root partition to make room, or does parted automatically take care of shifting that?

  5. Как я распилил 1,1 ТБ default-партиции и не уронил прод

    Мы забыли вовремя создать партиции, и все новые данные полетели в events_default_partition . Default дорос до ~1.1 ТБ, а простое «ATTACH PARTITION» требовало часов сканирования и долгой блокировки. В статье — почему «быстрые» рецепты оказываются медленными, как я перенёс данные в нужные диапазоны, и как мы уложили критическую блокировку в 44 с . Default-партиция — это не озеро Байкал. Если туда всё сливать, экосистема потом мстит. 44 секунды блокировки: план операции

    habr.com/ru/articles/977528/

    #партиционирование_PostgreSQL #ATTACH_PARTITION #plpgsql #автоматизация_обслуживания_БД #explain_analyze #downtime #advisory_lock #CHECK_constraint #partitioning #database_migrations

  6. also I do not like the #ubuntu server installers #partitioning page, its very unintuitive figuring out what is going on when an old install is on the disks. I find myself having to wipe the partitions from the shell and then reboot to enter the installer in a fresh state. With the long firmware boot sequence it really adds up!

  7. for the second time, I've managed to fill up the root partition of my Void Linux installation that's dual booted with Windows (for gaming, ofc, don't judge). apparently 20GB isn't enough for my needs which is weird because I've probably used less on my older laptop. it's an LVM setup and uses XFS and is fully encrypted (per the FDE docs).

    so anyway, does anyone know how to resize the root partition on such a setup without bricking my home partition?

    #VoidLinux #Linux #Partitioning #LinuxHelp

  8. Визуализация Active Session History в PostgreSQL — делаем просто и красиво

    Привет! Меня зовут Геннадий, я Oracle и PostgreSQL DBA в компании Uzum. По пути еще иногда занимаюсь NoSQL, люблю автоматизировать информацию из Ansible и визуализировать нужные мне метрики в Grafana. Хочу поделиться дашбордом для Grafana, который отображает историю активных сессий PG с их текущим SQL, отсортированных по группам ожиданий. Он помогает мне искать проблемы производительности PG-баз, и может пригодиться тем, кто администрирует Postgres.

    habr.com/ru/companies/uzum/art

    #Postgresql #Grafana #partitioning #database_monitoring

  9. Hmmmm, does a cryptsetup resize only extend it to free sectors behind the crypt, or also the ones in front of it? 🧐

    #DuckDuckFedi #LUKS #partitioning #filesystems

  10. Clonezilla Live 3.2, a partition and disk imaging/cloning program, is here with Debian Sid base, Linux kernel 6.11, and improved disk scanning.
    linuxiac.com/clonezilla-live-3

    #clonezilla #debian #linux #partitioning #imaging

  11. How to improve database performance from DesignGurus.io? Forgot who is the author … discovered it on the @LinkedIn a couple of days ago … Because the original *GIF* file but shows the static image on the #WeChat moment I have to share it via a small *MP4* file on the #WeChat channel …

    #RDBMS #Database #PerformanceTuning #Indexing #MaterializedViews #VerticalScaling #Denormalization #Caching #Replication #Sharding #Partitioning #QueryOptimization

  12. After many years of manual partitioning on MySQL and PostgreSQL, we are finally using pg_partman. Let's see how it goes!

    github.com/pgpartman/pg_partma

    #database #partitioning #postgresql

  13. Thanks to Srini R Inaganti of for inviting me to discuss topics!

    Partitioning tips and tricks -
    1) How to partition properly?
    2) Partitioning with minimal downtime
    3) Partitioning strategies

    youtu.be/76uk0wllGak

  14. I'll be presenting virtually tomorrow for the SF Bay Area PostgreSQL User Group (SFPUG). Please RSVP if you're interested and I hope to see you there! #postgresql #postgres #rubyonrails #partitioning

    meetup.com/postgresql-1/events