Latest Posts

Latest Posts

restoring the mysql-backup from s3 bucket to aws rdb-database

Restoring a MySQL database from a mysqldump.sql backup stored in an S3 bucket to an Amazon RDS (Relational Database Service) instance invol...

Tvenkat 28 Jan, 2024

Performance tuning scripts

--Long Running Queries  SELECT r.session_id,        st.TEXT AS batch_text,        qp.query_plan AS 'XML Plan',        r.start_time, ...

Tvenkat 24 Jan, 2024

SQL Server information, OS details in a script

SQL Server  info, OS details, databases, and more. Easy to Use: Just run it in SSMS and read the output. See server configuration, backup st...

Tvenkat 3 Jan, 2024

Kafka Tutorial for beginners -- cont

Configurations Hardware selection Disk Throughput Disk capacity Memory Partitions count, replication factor Patitions Replication: should ...

Tvenkat 31 Dec, 2023

Kafka Tutorial for beginners

These are the most relevant contents I collected through books and courses. I organized and made some edits to help deliver the concepts a...

Tvenkat 31 Dec, 2023

MySQL Data types with examples

Data Types with examples  JSON CREATE TABLE events( event_id INT AUTO_INCREMENT PRIMARY KEY , event_name char ( 75 ), prop...

Tvenkat 19 Aug, 2023