article thumbnail

An Argument for Logical Failover Slots

Percona

The challenge, of course, is reconstituting the logical replication process as quickly as possible, ideally without any data loss. The good news is that there are hacks that can speed up the entire recovery process, although they all have their own quirky limitations. Stay tuned folks; the game is afoot. So there you have it.

Games 87
article thumbnail

What is chaos engineering?

Dynatrace

Chaos engineering matured at organizations such as Netflix, and gave rise to technologies such as Gremlin (2016) , becoming more targeted and knowledge-based. The discoveries form inputs into the software development and delivery process, so new software and microservices will better stand up to unforeseeable events.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

Some one-liners: # New processes with arguments bpftrace -e 'tracepoint:syscalls:sys_enter_execve { join(args->argv); }'. Files opened by process bpftrace -e 'tracepoint:syscalls:sys_enter_open { printf("%s %sn", comm, str(args->filename)); }'. Pages paged in by process bpftrace -e 'software:major-faults:1 { @[comm] = count(); }'.

C++ 110
article thumbnail

Software-defined far memory in warehouse scale computers

The Morning Paper

” This paper describes a “far memory” system that has been in production deployment at Google since 2016. ML-based auto-tuning. This model is used by a Gaussian Process (GP) Bandit machine learning model to guide the parameter search towards an optimal point with a minimal number of trials. Evaluation.

article thumbnail

Reinventing Performance Testing: New Architectures

Alex Podelko

I am looking forward to share my thoughts on ‘Reinventing Performance Testing’ at the imPACt performance and capacity conference by CMG held on November 7-10, 2016 in La Jolla, CA. I decided to publish a few parts here to see if anything triggers a discussion. It would be published as separate posts: – Introduction (a short teaser).

article thumbnail

Engineering a Studio Quality Experience With High-Quality Audio at Netflix

The Netflix TechBlog

surround audio in 2010, and began streaming Dolby Atmos in 2016 , but wanted to bring studio quality sound to our members around the world. We also added adaptive audio testing in our certification process so that every new certified device can benefit from it. We needed to support these choices better. We began streaming 5.1

article thumbnail

Common SQL Server Mishaps

SQL Performance

Prior to SQL Server 2012, the maximum server memory value only applied to the bufferpool, so customers needed to limit the amount of memory the bufferpool could use to save memory for the operating system and other processes. Part of that process is his Index Optimize procedure, which can take additional parameters to update statistics.

Servers 49