Remove c
article thumbnail

Blog Archive

O'Reilly Software

2020 Apr 6 Off by Two 2019 May 12 f() vs f(void) in C vs C++ 2019 Jan 18 Finding Compiler Bugs With C-Reduce 2018 Oct 24 Booting a Custom Linux Kernel in QEMU and Debugging It With GDB 2018 Jun 2 Speeding Up Linux Kernel Builds With ccache 2017 Sep 5 GCC vs LLVM Q3 2017 Commit Rates and Active Developer Counts 2017 May 31 Running Clang-Tidy (..)

C++ 40
article thumbnail

RSA Guide 2023: Cloud application security remains core challenge for organizations

Dynatrace

As digital transformation escalates, vulnerabilities are increasing as well, by more than 290% since 2016. Dynatrace Runtime Vulnerability Analysis now covers the entire application stack – blog Automatic vulnerability detection at runtime and AI-powered risk assessment further enable DevSecOps automation. Learn more.

Cloud 176
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

C @ns: [256, 512) 10900 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | [512, 1k) 18291 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@| [1k, 2k) 4998 |@@@@@@@@@@@@@@ | [2k, 4k) 57 | | [4k, 8k) 117 | | [8k, 16k) 48 | | [16k, 32k) 109 | | [32k, 64k) 3 | |. ply is also C, whereas bpftrace is C++. # Attaching 2 probes. ^C

C++ 110
article thumbnail

Please help with STRING_SPLIT improvements

SQL Performance

In SQL Server 2016, STRING_SPLIT solved a long-missing gap in a language that, admittedly, was not intended for complicated string processing. For years before SQL Server 2016 (and for years since), we've written our own versions, improved them over time, and even argued about whose was fastest.

Database 109
article thumbnail

Use Physical Backups With MySQL InnoDB Redo Log Archiving

Percona

This blog post will walk you through how MySQL’s InnoDB redo log archiving uses PXB to manage the redo log files on the busiest systems and look at how a new feature released in PXB version 8.0.34-29 Copyright (c) 2016, 2023, Oracle and/or its affiliates. Press ^C to stop. Press ^C to stop.

C++ 101
article thumbnail

Using Parallel Query with Amazon Aurora for MySQL

Percona

The queries are similar to those I’ve used in older blog posts comparing MySQL and Apache Spark performance ( [link] ). sec) mysql> set aurora_pq_force = 1; Query OK, 0 rows affected (0.00 sec) Turn off: mysql> set session aurora_pq = 0; Query OK, 0 rows affected (0.00 select avg(DepDelay/ArrDelay+1) from ontime. row.

Cache 46
article thumbnail

How To Use systemd in Linux to Configure and Manage Multiple MySQL Instances

Percona

This blog describes how to configure systemd for multiple instances of MySQL. With package installations of MySQL using YUM or APT, it’s easy to manage MySQL with systemctl, but how will you manage it when you install from the generic binaries? root@ip-172-31-128-38 share]# cat /usr/lib/systemd/system/mysqld@.service