Skip to content

Instantly share code, notes, and snippets.

View onderkalaci's full-sized avatar

Önder Kalacı onderkalaci

View GitHub Profile
@jpsoroulas
jpsoroulas / debezium-installation.adoc
Last active March 29, 2024 15:46
Debezium installation procedure for PostgreSQL without docker

Debezium installation

@sumedhpathak
sumedhpathak / Composite_types.md
Last active October 21, 2016 11:21
Hash partitioning for composite types

Steps for hash-partitioning on composite types

  • Create the type on the master and all worker nodes:
CREATE TYPE new_composite_type as (project_key text, date text);
  • Create a function for checking equality, and associate it with the equality operator for the new type
@loderunner
loderunner / 01-mac-profiling.md
Last active March 17, 2024 04:13
Profiling an application in Mac OS X

Profiling an application in Mac OS X

Finding which process to profile

If your system is running slowly, perhaps a process is using too much CPU time and won't let other processes run smoothly. To find out which processes are taking up a lot of CPU time, you can use Apple's Activity Monitor.

The CPU pane shows how processes are affecting CPU (processor) activity: