BalaJimVic's Avatar

BalaJimVic

@balajimvic

Oracle Performance Geek. Technology Lover. Big Fan of Tanel Poder. Oracle ACE.

14
Followers
91
Following
5
Posts
01.11.2024
Joined
Posts Following

Latest posts by BalaJimVic @balajimvic

Post image Post image Post image

Thank you for joining us yesterday for our April 2025 Oracle ACE Program Update Meeting! ♠️
We had an amazing guest speaker, Susan Behn, Oracle ACE Director, who shared insights about Turning Tough Talks into Productive Conversations.
#OracleACE

17.04.2025 09:49 👍 4 🔁 2 💬 0 📌 0
Preview
Small Pages not allowed for SGA from 19.27 and newer on Exadata Having good friends in Oracle is key. And honestly one of the best things in my role. Philippe Fierens, product manager for Oracle's Fleet Patching and Provisioning mailed me yesterday night sharing that there an interesting change will come with Database Release Update 19.27: Small Pages not allowed for SGA from 19.27 and newer on Exadata. What does this mean?

Small Pages not allowed for SGA from 19.27 and newer on Exadata

Having good friends in Oracle is key. And honestly one of the best things in my role. Philippe Fierens, product manager for Oracle's Fleet Patching and Provisioning mailed me yesterday night sharing that there an interesting change…

17.04.2025 09:00 👍 8 🔁 2 💬 0 📌 0

Retro blog post. Session level parallelism. https://connor-mcdonald.com/2016/01/21/session-level-parallelism

12.04.2025 18:08 👍 2 🔁 1 💬 0 📌 0

From the vault. New LINESIZE settings for SQLPlus. https://connor-mcdonald.com/2020/01/31/sqlplus-goodies-with-linesize/

16.04.2025 18:08 👍 5 🔁 1 💬 0 📌 0
Preview
The Easiest Way to Download 19.27 Release Update Let me show you the easiest way to get the latest Release Updates. Once you see this, you'll never download patches any other way.

Are you also eager to patch your Oracle Database, now that the new Release Updates are here?

Let me show you the easiest way to get those patches so the fun can begin.

16.04.2025 19:39 👍 8 🔁 3 💬 0 📌 0

Please add me as am an ACE.

21.02.2025 20:40 👍 0 🔁 0 💬 0 📌 0

I'm not a "full stack" performance specialist as I'm not good with frontend stuff and JavaScript, but I deal with pretty much everything else (app-network interactions, databases, OS and underlying storage I/O).

So I guess I'll call myself a 3/4-stack performance nerd from now on...

11.01.2025 02:56 👍 12 🔁 1 💬 2 📌 0

That’s so cool and awesome:)

11.01.2025 20:14 👍 0 🔁 0 💬 0 📌 0

Just wanted to know , do you have a demo script or something to simulate CBC latch ? planning to write a blog post. But not able to reproduce it.

05.01.2025 07:40 👍 0 🔁 0 💬 0 📌 0
Post image

Old blog from 2018, but still worth reading to remind that SQL plan execution is just program execution like any other:

tanelpoder.com/posts/visual...

04.01.2025 01:54 👍 12 🔁 3 💬 1 📌 0

Nice one. Thank you for sharing.

05.01.2025 07:31 👍 1 🔁 0 💬 0 📌 0
Post image

New post: Adding Loop and Row Counters to SQL Plan Execution FlameGraphs

tanelpoder.com/posts/sql-pl...

04.01.2025 12:04 👍 22 🔁 5 💬 2 📌 0
Post image

Computers are networks! Even your CPUs are networks, but thats for another day... If you want some holiday reading about how I achieved 66GiB/s and 11M IOPS in a single workstation (back in 2020) and which bottlenecks I hit, check this out!

tanelpoder.com/posts/11m-io...

20.12.2024 01:35 👍 19 🔁 2 💬 0 📌 0
Preview
Tuning the Result Cache This post explores how to optimize database performance by tuning the result cache.

The result cache stores the results of database queries in memory for reuse, improving performance by reducing execution time for repeated queries.
arsalandehghanis.medium.com/tuning-the-r...

22.12.2024 17:22 👍 4 🔁 2 💬 0 📌 0
Post image

♠️ We are happy to invite you to the first Oracle ACE Virtual Conference! Join us on December 11 and learn from amazing ACE speakers. 👉

Book your FREE spot now 👉
asktom.oracle.com/ords/r/tech/...
#OracleACE

05.12.2024 18:21 👍 19 🔁 13 💬 0 📌 1
Post image

♠️ Reminder for all ACEs ♠️

On November 26, we are hosting an Oracle ACE Program Product Overview presenting NoSQL Updates, where we are joined by Dario Vega, Principal Member of technical staff.
Looking forward to seeing you!
#OracleACE

25.11.2024 09:17 👍 7 🔁 4 💬 1 📌 0
Preview
This is the Next-Gen NVIDIA ConnectX-8 SuperNIC for 800Gbps Networking At SC24, we saw the new NVIDIA ConnectX-8 SuperNIC bringing GPU looks to the 800Gbps networking generation

NVIDIA Connect-8 800 Gbit network card:

www.servethehome.com/this-is-the-...

26.11.2024 01:05 👍 4 🔁 1 💬 0 📌 0
Post image

Can a User Process Consume Kernel Mode CPU Without a Syscall?

(yes)

tanelpoder.com/posts/user-p...

23.11.2024 02:16 👍 9 🔁 3 💬 0 📌 0

Great news… LiveSQL for the #oracle database was amazing. V2 is a big step forward with so much more to come.

19.11.2024 07:31 👍 6 🔁 2 💬 0 📌 0

Thats cool. L

01.11.2024 20:28 👍 0 🔁 0 💬 0 📌 0
A matrix heatmap visualization of 1000 embedding vectors of cats, dogs and planes, indicating that some patterns are visually noticeable across the source image types.

A matrix heatmap visualization of 1000 embedding vectors of cats, dogs and planes, indicating that some patterns are visually noticeable across the source image types.

Starting to occasionally post my recent blog entries here as the audience here might find some of them interesting!

"Visualizing and Comparing Vector Embeddings as Heatmaps"

tanelpoder.com/posts/visual...

31.10.2024 22:15 👍 4 🔁 1 💬 1 📌 0
Post image

Blog entry: Python Supports Profiling with Perf - How Does It Work?

(Python 3.12+ on Linux can emit perf .map files so that you can see Python function names in the binary stack trace!)

tanelpoder.com/posts/python...

31.10.2024 22:30 👍 3 🔁 1 💬 1 📌 0
Preview
X-Ray vision for Linux systems Always on Profiling for Production Systems

Introducing myself here: My name is Tanel Põder (originally from Estonia, living in Miami) and I'm a long time computer performance nerd.

I work on and write about systematic performance troubleshooting. Also, I'm the guy behind 0x.tools that gives you things like "top for wall-clock time", etc.

31.10.2024 22:10 👍 6 🔁 1 💬 1 📌 0