#sqlperformance ผลการค้นหา

𝗦𝗲𝗰𝗿𝗲𝘁𝘀 𝘁𝗼 𝗢𝗽𝘁𝗶𝗺𝗶𝘇𝗶𝗻𝗴 𝗦𝗤𝗟 𝗤𝘂𝗲𝗿𝗶𝗲𝘀 Here are 20 proven techniques I use regularly to optimize SQL queries: ✅ Use Indexes Wisely: Index critical columns used in WHERE, JOIN, ORDER BY, and GROUP BY clauses. ✅ Avoid SELECT *: Fetch only the columns…

AntonMartyniuk's tweet image. 𝗦𝗲𝗰𝗿𝗲𝘁𝘀 𝘁𝗼 𝗢𝗽𝘁𝗶𝗺𝗶𝘇𝗶𝗻𝗴 𝗦𝗤𝗟 𝗤𝘂𝗲𝗿𝗶𝗲𝘀

Here are 20 proven techniques I use regularly to optimize SQL queries:

✅ Use Indexes Wisely:
Index critical columns used in WHERE, JOIN, ORDER BY, and GROUP BY clauses.

✅ Avoid SELECT *:
Fetch only the columns…
AntonMartyniuk's tweet image. 𝗦𝗲𝗰𝗿𝗲𝘁𝘀 𝘁𝗼 𝗢𝗽𝘁𝗶𝗺𝗶𝘇𝗶𝗻𝗴 𝗦𝗤𝗟 𝗤𝘂𝗲𝗿𝗶𝗲𝘀

Here are 20 proven techniques I use regularly to optimize SQL queries:

✅ Use Indexes Wisely:
Index critical columns used in WHERE, JOIN, ORDER BY, and GROUP BY clauses.

✅ Avoid SELECT *:
Fetch only the columns…
AntonMartyniuk's tweet image. 𝗦𝗲𝗰𝗿𝗲𝘁𝘀 𝘁𝗼 𝗢𝗽𝘁𝗶𝗺𝗶𝘇𝗶𝗻𝗴 𝗦𝗤𝗟 𝗤𝘂𝗲𝗿𝗶𝗲𝘀

Here are 20 proven techniques I use regularly to optimize SQL queries:

✅ Use Indexes Wisely:
Index critical columns used in WHERE, JOIN, ORDER BY, and GROUP BY clauses.

✅ Avoid SELECT *:
Fetch only the columns…
AntonMartyniuk's tweet image. 𝗦𝗲𝗰𝗿𝗲𝘁𝘀 𝘁𝗼 𝗢𝗽𝘁𝗶𝗺𝗶𝘇𝗶𝗻𝗴 𝗦𝗤𝗟 𝗤𝘂𝗲𝗿𝗶𝗲𝘀

Here are 20 proven techniques I use regularly to optimize SQL queries:

✅ Use Indexes Wisely:
Index critical columns used in WHERE, JOIN, ORDER BY, and GROUP BY clauses.

✅ Avoid SELECT *:
Fetch only the columns…

Want to crack your next SQL interview? I’m giving away FREE access to “SQL All Interview Questions & Answers (100+ Qs from Basic → Advanced)” 📘 You’ll learn 👇 ✅ Joins, Subqueries, CTEs ✅ Window Functions & Optimization ✅ Real-Time Scenarios + Query Examples To get your…

Krishnasagrawal's tweet image. Want to crack your next SQL interview?

I’m giving away FREE access to “SQL All Interview Questions & Answers (100+ Qs from Basic → Advanced)” 📘

You’ll learn 👇

✅ Joins, Subqueries, CTEs
✅ Window Functions & Optimization
✅ Real-Time Scenarios + Query Examples

To get your…
Krishnasagrawal's tweet image. Want to crack your next SQL interview?

I’m giving away FREE access to “SQL All Interview Questions & Answers (100+ Qs from Basic → Advanced)” 📘

You’ll learn 👇

✅ Joins, Subqueries, CTEs
✅ Window Functions & Optimization
✅ Real-Time Scenarios + Query Examples

To get your…

Visualizing SQL Queries Note: The actual execution sequence may differ from this mental model due to optimization strategies employed by the query optimizer.

sahnlam's tweet image. Visualizing SQL Queries

Note: The actual execution sequence may differ from this mental model due to optimization strategies employed by the query optimizer.

SQL in 16 Pages🔥 also I AM giving away 50+ Programming Notes as a bonus to get them : follow me (so that i can DM you) comment "SQL" Retweet #sql

DAIEvolutionHub's tweet image. SQL in 16 Pages🔥

also I AM giving away 50+ Programming Notes as a bonus

to get them : 

follow me (so that i can DM you)
comment "SQL"
Retweet

#sql

Complete SQL cheatsheet 📚📘 Save it now ✅️.. #sql

Krishnasagrawal's tweet image. Complete SQL cheatsheet 📚📘

Save it now ✅️..

#sql

🚨 India just made its biggest tech move ever! The Adani–Google partnership will build a Rs1.25 Lakh Crore ($15 Billion) AI Data Centre Campus in Visakhapatnam the largest Greenfield FDI and India’s biggest AI infrastructure project to date. 📊 Here’s why this matters for every…

Krishnasagrawal's tweet image. 🚨 India just made its biggest tech move ever!

The Adani–Google partnership will build a Rs1.25 Lakh Crore ($15 Billion) AI Data Centre Campus in Visakhapatnam the largest Greenfield FDI and India’s biggest AI infrastructure project to date.

📊 Here’s why this matters for every…


DBMS and SQL Notes 📘📚 Complete Thread (save it for later ✅ ) #sql

Krishnasagrawal's tweet image. DBMS and SQL Notes 📘📚

Complete Thread (save it for later ✅ ) 

#sql

In 2025, mastering SQL is more crucial than ever. It’s the backbone of data-driven decision-making in AI, analytics, and modern software development. So I got complete SQL notes, that includes 800+ SQL interview Questions. Just: - Like and repost - Comment 'sql' - Follow me…

BharukaShraddha's tweet image. In 2025, mastering SQL is more crucial than ever. 

It’s the backbone of data-driven decision-making in AI, analytics, and modern software development.

So I got complete SQL notes, that includes 800+ SQL interview Questions.

Just:

- Like and repost
- Comment 'sql'
- Follow me…
BharukaShraddha's tweet image. In 2025, mastering SQL is more crucial than ever. 

It’s the backbone of data-driven decision-making in AI, analytics, and modern software development.

So I got complete SQL notes, that includes 800+ SQL interview Questions.

Just:

- Like and repost
- Comment 'sql'
- Follow me…

Visualizing a SQL query SQL statements are executed by the database system in several steps, including: - Parsing the SQL statement and checking its validity - Transforming the SQL into an internal representation, such as relational algebra - Optimizing the internal…

bytebytego's tweet image. Visualizing a SQL query

SQL statements are executed by the database system in several steps, including:
- Parsing the SQL statement and checking its validity
- Transforming the SQL into an internal representation, such as relational algebra
- Optimizing the internal…

The preview of GitHub Copilot in SSMS in #SQLServer Management Studio (SSMS) 22 Preview 3 is here! Connect your SQL database, log in with your Copilot license & unlock smarter T-SQL writing, database management, and troubleshooting—all in SSMS. Watch📷: bit.ly/4heORrq


At 11:39:21 UTC today, the Cavey Cool validator produced several blocks on Solana Mainnet-Beta with a large number of transactions, resulting in a peak burst of 104,529 TPS.

cavemanloverboy's tweet image. At 11:39:21 UTC today, the Cavey Cool validator produced several blocks on Solana Mainnet-Beta with a large number of transactions, resulting in a peak burst of 104,529 TPS.

🚨JUST IN: @Solana hit a new all-time high with a max recorded TPS of 107,664 in a single block, setting the highest throughput ever measured on the network.

SolanaFloor's tweet image. 🚨JUST IN: @Solana  hit a new all-time high with a max recorded TPS of 107,664 in a single block, setting the highest throughput ever measured on the network.

Solana just did 107,540 TPS on mainnet yes, you read that correctly over 100k TPS, on mainnet good luck bears

0xMert_'s tweet image. Solana just did 107,540 TPS on mainnet

yes, you read that correctly

over 100k TPS, on mainnet

good luck bears

.@Oracle Acceleron, powered by AMD Pensando DPUs, brings breakthrough performance and security to all workloads. 🔗 Get the details: oracle.com/news/announcem…

AMD's tweet image. .@Oracle Acceleron, powered by AMD Pensando DPUs, brings breakthrough performance and security to all workloads. 
🔗 Get the details: oracle.com/news/announcem…

Let us indulge in some engineering beauties of MySQL. It rarely gets Love compared to Postgres. Uber reduced their database locks by 94% when they upgraded to MySQL 8.0, thanks to this performance rearchitecture. We know that writing to the index may cause a structure change…

hnasr's tweet image. Let us indulge in some engineering beauties of MySQL. It rarely gets Love compared to Postgres.

Uber reduced their database locks by 94% when they upgraded to MySQL 8.0, thanks to this performance rearchitecture.

We know that writing to the index may cause a structure change…

SQL is just: - Data Storage (Tables, Schemas, Databases) - Data Cleaning (TRIM, REPLACE, CAST, COALESCE) - Data Retrieval (SELECT, WHERE, ORDER BY, LIMIT) - Data Analysis (GROUP BY, HAVING, JOINS, SUBQUERIES) - Data Automation (Views, Stored Procedures, Triggers) That’s it


When it comes to Readability, Performance, & Reusability in SQL nothing beats CTEs. They make queries cleaner, easier to maintain, & more collaborative. Do you use CTEs or still rely on subqueries? 🤔 #SQL #DataAnalytics #CTE #DataScience #DataEngineer #LearnSQL #TechCommunity

timi_jaykeyz's tweet image. When it comes to Readability, Performance, & Reusability in SQL nothing beats CTEs.
They make queries cleaner, easier to maintain, & more collaborative.
Do you use CTEs or still rely on subqueries? 🤔

#SQL #DataAnalytics #CTE #DataScience #DataEngineer #LearnSQL #TechCommunity

One poorly written SQL query can melt your machine 😅 I ran this join for a data quality check: [Query Attached] Table Rows: 1. c: 18,494 rows 2. j: 18,484 rows, No indexes in the bronze layer 👉 Expected: simple CRM ↔ ERP ID match 👉 Actual: != triggered a massive Cartesian…

thehungertocode's tweet image. One poorly written SQL query can melt your machine 😅

I ran this join for a data quality check: [Query Attached]

Table Rows:
1. c: 18,494 rows
2. j: 18,484 rows, No indexes in the bronze layer

👉 Expected: simple CRM ↔ ERP ID match
👉 Actual: != triggered a massive Cartesian…
thehungertocode's tweet image. One poorly written SQL query can melt your machine 😅

I ran this join for a data quality check: [Query Attached]

Table Rows:
1. c: 18,494 rows
2. j: 18,484 rows, No indexes in the bronze layer

👉 Expected: simple CRM ↔ ERP ID match
👉 Actual: != triggered a massive Cartesian…

Most SQL Server slowdowns come from 4 things: bad stats, parameter sniffing, indexing issues, or a misconfigured TempDB. Fix these before blaming your hardware. #SQLServer #PerformanceTuning #QueryStore #ExtendedEvents #DBA

SQLGroup's tweet image. Most SQL Server slowdowns come from 4 things: bad stats, parameter sniffing, indexing issues, or a misconfigured TempDB. Fix these before blaming your hardware.

#SQLServer #PerformanceTuning #QueryStore #ExtendedEvents #DBA
SQLGroup's tweet image. Most SQL Server slowdowns come from 4 things: bad stats, parameter sniffing, indexing issues, or a misconfigured TempDB. Fix these before blaming your hardware.

#SQLServer #PerformanceTuning #QueryStore #ExtendedEvents #DBA
SQLGroup's tweet image. Most SQL Server slowdowns come from 4 things: bad stats, parameter sniffing, indexing issues, or a misconfigured TempDB. Fix these before blaming your hardware.

#SQLServer #PerformanceTuning #QueryStore #ExtendedEvents #DBA
SQLGroup's tweet image. Most SQL Server slowdowns come from 4 things: bad stats, parameter sniffing, indexing issues, or a misconfigured TempDB. Fix these before blaming your hardware.

#SQLServer #PerformanceTuning #QueryStore #ExtendedEvents #DBA

Growing Healthcare Data = Growing Risks. What happens when slow SQL queries & downtime meet patient care? Find out how one U.S. healthcare org solved it. Full case study👉ambconline.com/case-study/enh… #SQLPerformance #DigitalHealth #Ambc #DatabaseOptimization #AmbcCasestudy

AMBCINC's tweet image. Growing Healthcare Data = Growing Risks.

What happens when slow SQL queries & downtime meet patient care? 

Find out how one U.S. healthcare org solved it.
Full case study👉ambconline.com/case-study/enh…

 #SQLPerformance #DigitalHealth #Ambc #DatabaseOptimization #AmbcCasestudy

La BD es la reina: filtra, ordena y agrega datos allí mismo. Traer millones de filas a la app solo para descartarlas es perder tiempo y memoria. #SQLPerformance


Optimize your SQL Server's resources with the CPU by Hour by Day Report! Watch our video to track, analyze, and fine-tune CPU load for maximum efficiency. Link: youtu.be/nReK15yLMDE #SQLPerformance #ResourceOptimization

SqlEmt's tweet card. CPU by Hour by Day Report: Tracking CPU Load Over Time | Database...

youtube.com

YouTube

CPU by Hour by Day Report: Tracking CPU Load Over Time | Database...


Optimize your SQL Server's resources with the CPU by Hour by Day Report! Watch our video to track, analyze, and fine-tune CPU load for maximum efficiency. Link: youtu.be/nReK15yLMDE #SQLPerformance #ResourceOptimization

DatabaseHealth's tweet card. CPU by Hour by Day Report: Tracking CPU Load Over Time | Database...

youtube.com

YouTube

CPU by Hour by Day Report: Tracking CPU Load Over Time | Database...


3. Filter early with WHERE Put filters before joins when possible to reduce data scanned: ✅ Fewer rows = faster joins. #SQLPerformance

manish_virgat's tweet image. 3. Filter early with WHERE
Put filters before joins when possible to reduce data scanned:
✅ Fewer rows = faster joins.

#SQLPerformance

SQL Running Slow? Here’s the Fix. Too much I/O is killing performance. Fix it without costly upgrades or code changes. zurl.co/jgATR #SQLServer #ITPros #SQLPerformance

Condusiv's tweet image. SQL Running Slow? Here’s the Fix.

Too much I/O is killing performance. Fix it without costly upgrades or code changes.

zurl.co/jgATR

#SQLServer #ITPros #SQLPerformance

Growing Healthcare Data = Growing Risks. What happens when slow SQL queries & downtime meet patient care? Find out how one U.S. healthcare org solved it. Full case study👉ambconline.com/case-study/enh… #SQLPerformance #DigitalHealth #Ambc #DatabaseOptimization #AmbcCasestudy

AMBCINC's tweet image. Growing Healthcare Data = Growing Risks.

What happens when slow SQL queries & downtime meet patient care? 

Find out how one U.S. healthcare org solved it.
Full case study👉ambconline.com/case-study/enh…

 #SQLPerformance #DigitalHealth #Ambc #DatabaseOptimization #AmbcCasestudy

Indexes help speed up queries by optimizing how data is stored. #SQL #SQLPERFORMANCE

DataDynamiteHub's tweet image. Indexes help speed up queries by optimizing how data is stored.
#SQL #SQLPERFORMANCE

Enjoying every bit. Recording some videos on SQL Server Internals and Performance Tuning. Watch them on SQLMaestros YouTube channel: YouTube.com/user/SQLMaestr… #sqlserver #sqlinternals #sqlperformance

A_Bansal's tweet image. Enjoying every bit. Recording some videos on SQL Server Internals and Performance Tuning. Watch them on SQLMaestros YouTube channel:  YouTube.com/user/SQLMaestr…
#sqlserver #sqlinternals #sqlperformance

As a data analyst, you need to work with SQL and you cannot run away from it. Also, it is important to ensure that your SQL query performance is optimal. Let's discuss that in this thread. #SQLTips #SQLPerformance #DataAnalyst #DataOptimization #QueryOptimization

ujjwal717's tweet image. As a data analyst, you need to work with SQL and you cannot run away from it. 

Also, it is important to ensure that your SQL query performance is optimal.

Let's discuss that in this thread.

#SQLTips #SQLPerformance #DataAnalyst #DataOptimization #QueryOptimization…

Nice tip from @connor_mc_d use v$SQLSTATS instead of v$SQL. v$SQL can have huge performance impact on your running production system. #sqlPerformance #sqlAnalyzing #sql #apexconn19

tobias_arnhold's tweet image. Nice tip from @connor_mc_d use v$SQLSTATS instead of v$SQL.
v$SQL can have huge performance impact on your running production system. #sqlPerformance #sqlAnalyzing #sql #apexconn19

i. SQL indexing matters! use CREATE INDEX to speed up queries, but be mindful of over-indexing. Ever optimized a slow query with indexing? #SQLPerformance ii. Common Table Expressions (CTEs) simplify complex queries.

Staffpaul28's tweet image. i. SQL indexing matters!  use CREATE INDEX to speed up queries, but be mindful of over-indexing. Ever optimized a slow query with indexing? #SQLPerformance

ii. Common Table Expressions (CTEs) simplify complex queries.

When it comes to #SQLPerformance, you can spend less time tuning the SQL itself if you find and correctly interpret these 5 areas. ow.ly/ZuGb50AHid3 #SQLServer

Quest's tweet image. When it comes to #SQLPerformance, you can spend less time tuning the SQL itself if you find and correctly interpret these 5 areas. ow.ly/ZuGb50AHid3 #SQLServer

"Make it Faster: Myths about SQL Performance" – bei der APEX connect 2020 [Online] zeigte @dani_schnider, wie sich Performance-Probleme bereits bei der Entwicklung vermeiden lassen. Zur Aufzeichnung der Session: ow.ly/NhwR50BGpwZ #APEXCONN20 #SQLPerformance

DOAGeV's tweet image. "Make it Faster: Myths about SQL Performance" – bei der APEX connect 2020 [Online] zeigte @dani_schnider, wie sich Performance-Probleme bereits bei der Entwicklung vermeiden lassen. Zur Aufzeichnung der Session: ow.ly/NhwR50BGpwZ #APEXCONN20 #SQLPerformance

#SQLperformance tuning is the most important skill in database management because it saves you money. Learn which performance issues cost you the most and why tuning will always be a priority. ow.ly/z9wo50AHtHA #databaseadministration

Quest's tweet image. #SQLperformance tuning is the most important skill in database management because it saves you money. Learn which performance issues cost you the most and why tuning will always be a priority. ow.ly/z9wo50AHtHA #databaseadministration

Being a data analyst, we often work with massive amount of data and solving slow performing SQL query is a significant part of data analytics that is not discussed that much generally. Let's discuss it in few threads. #SQLPerformance #QueryOptimization #DataAnalytics

ujjwal717's tweet image. Being a data analyst, we  often work with massive amount of data and solving slow performing SQL  query is a significant part of data analytics that is not discussed that  much generally.

Let's discuss it in few threads.

#SQLPerformance #QueryOptimization #DataAnalytics…

Discover the #SQLPerformance tricks everyone MUST know according to @pinaldave: ow.ly/qhZu50jFoG3

Idera_Software's tweet image. Discover the #SQLPerformance tricks everyone MUST know according to @pinaldave: ow.ly/qhZu50jFoG3

New article: Simple Parameterization and Trivial Plans Shells, stubs, and two ways to avoid ad hoc plan cache bloat when client-side parameterization isn't feasible. sqlperformance.com/2022/03/sql-pe… #SQLPerformance

SQL_Kiwi's tweet image. New article: Simple Parameterization and Trivial Plans

Shells, stubs, and two ways to avoid ad hoc plan cache bloat when client-side parameterization isn't feasible.

sqlperformance.com/2022/03/sql-pe…

#SQLPerformance

How to increase #SQLServer performance with your existing hardware: ow.ly/9Mug30lcpRP #sqlperformance

Idera_Software's tweet image. How to increase #SQLServer performance with your existing hardware: ow.ly/9Mug30lcpRP #sqlperformance

The top 10 #SQLPerformance boosters you can implement with your own hardware: ow.ly/zZAU30jG7bk #SQLServer #SQLPerformance

Idera_Software's tweet image. The top 10 #SQLPerformance boosters you can implement with your own hardware: ow.ly/zZAU30jG7bk #SQLServer #SQLPerformance

Good morning to everyone who reviews storage performance in SQL Server. The numbers may not tell the whole story, but they can help point you in the right direction. #sqlserver #sqlperformance #dba

joewebb's tweet image. Good morning to everyone who reviews storage performance in SQL Server. The numbers may not tell the whole story, but they can help point you in the right direction.

#sqlserver #sqlperformance #dba

Loading...

Something went wrong.


Something went wrong.


United States Trends