Setup development environment on MacBook Pro
Setup log of my new work MBP.
Read Book: Systems Performance 2nd edition
Notes while reading Systems Performance: Enterprise and the Cloud, 2nd Edition. This is still WIP as I’m still reading. I read the 1st edition 9 years ago. It turns out...
Read papers about DB in April 2024
This is a note about papers of analytical DB technologies I enjoyed reading recently. I summarized highlights of some interesting papers.
Study AWS Aurora Serverless v2
Amazon launched Aurora Serverless v2 on Apr 21, 2022. Aurora Serverless v2 is designed for applications that have variable workloads. The DB capacity dynamically changes as the workload changes, so...
Rethink scale up for analytical DBs
I came across a blog post BIG DATA IS DEAD that describes how big data processing is rare in the real world. Data generated by computers and stored on persistent...
Read: The Amazon Builders' Library Part 2
2019年に公開されたThe Amazon Builders’ Libraryですが、 前回読んだ時から 随時新たな記事が追加されていたようです。新たな記事の中で印象に残ったものについてまとめます。
Read Book: Data Governance: The Definitive Guide
読んだ本:Evren Eryurek, et al. Data Governance: The Definitive Guide: People, Processes, and Tools to Operationalize Data Trustworthiness タイトルの通り、データガバナンスについて、定義からポリシーやプロセスの構築、そしてそれらの組織への定着まで 全体像を解説する一冊です。 社内で読んだ数名の評判がよさそうだったのと、最近データガバナンス関連の開発に触れる機会が増えてきているので、 知識の獲得と整理のために読みました。以下読書メモです。
Study Note of AWS Neptune
AWS Neptune is managed graph database service that supports graph query languages Apache TinkerPop Gremlin and W3C’s SPARQL. This post is my study note to understand what is Neptune.
Max size of IN operator on PostgreSQL
PostgreSQL document doesn’t mention “IN” operator limit size explicitly. quickly checking how many elements can be supplied.
Read Book: A Philosophy of Software Design
読んだ本:Ousterhout, John. A Philosophy of Software Design よいソフトウェアデザイン、コードとは何か、ソフトウェア開発で常につきまとうテーマです。 経験を通じて直観的な感覚は養われていくのですが、この本はその点を言語化し、体系化を試みており、自分の知見の整理に役立ちました。 実体験を踏まえ、印象に残った点をまとめます。