Posts
All the articles I've posted.
-
Optimizing Graph Databases through Denormalization
Kruno Golubić
How and why to denormalize graph databases to improve performance: identifying candidates for denormalization, strategies (data duplication, aggregation, path materialization), and trade-offs.
-
Riding the Berlin Subway: a Graph Database Adventure with Memgraph Lab
Kruno Golubić
Explore the Berlin subway network using Memgraph Lab. Learn how to import CSV data, run Cypher queries, find shortest paths, and style your graph visualizations.
-
Apache License 2.0
Kruno Golubić
A comprehensive guide to the Apache License 2.0: its core features, permissive nature, patent protection, redistribution rules, and how it compares to MIT, GPL, and BSD licenses.
-
Understanding Database Snapshots
Kruno Golubić
A deep dive into database snapshots: how they work, copy-on-write vs redirect-on-write, how Memgraph handles snapshots, advantages, pitfalls, and best practices.