Explore tweets tagged as #DatabaseTips
@devhubbycom
Devhubby
2 months
Will adding comments to Teradata tables impress my tables or just confuse them more? Source: https://t.co/oa9v8bxQcv #TechTips #SQLQuery #DatabaseTips #DataAdministration #exist #comments
0
4
8
@n4itr0_07
N4!TR0 07
1 year
Have you ever tried to remember those common database ports? Here's your cheat sheet: 🟑 SQL Server: 1433 πŸ”΅ MySQL: 3306 🟣 PostgreSQL: 5432 πŸ”΄ Oracle DB: 1521 Mess these up, and you're debugging for hours. #DevLife #DatabaseTips
0
5
14
@StartupHakk
StartupHakk
10 months
0
0
0
@stanfyhack
Code.ReactJS πŸ’Ž
2 years
MongoDB tips for the savvy developer: 1. Index wisely to optimize queries & boost performance πŸš€ 2. Utilize aggregation pipelines for complex data manipulations & analytics πŸ“Š 3. Regularly monitor and optimize your database for efficiency and scalability πŸ’‘ #MongoDB #DatabaseTips
0
0
2
@jacob_luetzow
Jacob Luetzow
2 years
Want to understand real-time database observability? Check out this #ElixirMentor #podcast with @BSchultzer! Learn how to monitor queries in real-time using Elixir's telemetry features. Improve your database management skills now! #DatabaseTips #RealTimeMonitoring #MyElixirStatus
1
1
10
@raulmontesin
RaΓΊl πŸ”ŽπŸ“Š
2 years
ΒΏConoces el operador LIKE en #SQL? πŸ€” Te permite buscar patrones en cadenas. Por ejemplo, 'A%' encuentra valores que comienzan con A. #DatabaseTips πŸ“Š
0
0
0
@syedusmanali_
Syed Usman Ali πŸ‡ͺπŸ‡Έ πŸ‡ͺπŸ‡Ί πŸ‡΅πŸ‡°
3 years
Did you know that using indexes on frequently queried columns can greatly improve performance? #MySQL #DatabaseTips
0
0
0
@kishorekittu401
kishore |Data Tester
2 years
πŸ”’ Unveiling ROW NUMBER in SQL Server! πŸ“ŠπŸ”— πŸ”Ή ROW_NUMBER(): Assigns a unique number to each row in a result set. Example: Generate a ranking based on salary. Handy for creating ordered lists or identifying top performers! #SQLServer #RowNumber #DatabaseTips
1
0
1
@nutskoko91
Prince Francis
2 years
Day 6: Working on data modification today. INSERT, UPDATE, DELETE - the core of data manipulation in #MySQL. #coding #databasetips #SQL30Days
0
0
1
@The_Naveen_S
The Naveen Sharma
6 months
In case you don’t know about the CASE clause in SQL β€” It’s basically if-else, but make it SQL πŸ’‘ Super handy for conditional logic inside queries. Learn it, thank yourself later. #SQL #DatabaseTips #buildinpublic #DevTips #100DaysOfCode
0
0
3
@nrachabathuni
Nitin Rachabathuni
3 months
In MongoDB (and most NoSQL DBs), design queries around your access patternsβ€”not just your data model. Use compound indexes to optimize frequent lookups & aggregations. πŸš€ #NoSQL #MongoDB #DatabaseTips #BigData #CloudComputing #DataEngineering #SoftwareDevelopment
4
0
3
@solarwinds
SolarWinds
5 months
Slow queries? πŸ‘€ Your signal waits might be the culprit Kevin Kline breaks it down: πŸŽ₯ https://t.co/Ofw8fsQDIl #SQL #DatabaseTips #SolarWinds
0
0
0
@nrachabathuni
Nitin Rachabathuni
7 months
Use Common Table Expressions (CTEs) for cleaner queries & reusable logic! #SQL #DataEngineering #DatabaseTips #CTE #Analytics #BigData #SEO
0
0
0
@DocDatabaseCom
Document Database Community
1 year
A Quick Guide to Database Sharding Get the basics on database sharding! Simplify scaling, boost performance, and make your data work smarter, not harder. #DataSharding #DatabaseTips #TechGuide #ScalableData
0
0
8
@baserow
Baserow
7 months
πŸš€ Struggling with task scheduling? Check out this snippet from our latest webinar where we demonstrate how Baserow formulas can automate your task management! Watch the full webinar here πŸ‘‰ https://t.co/xhRvw05CIv #Baserow #ProductivityHacks #DatabaseTips #OpenSource
0
0
9
@nrachabathuni
Nitin Rachabathuni
7 months
Use window functions for powerful analytics without complex subqueries! #SQL #DataAnalytics #WindowFunctions #DatabaseTips #PostgreSQL #MySQL #BigData #SEOTips #DevTips
0
0
1
@nrachabathuni
Nitin Rachabathuni
4 months
Optimize read performance using projection to fetch only needed fields. πŸ’‘ Reduces payload, improves speed β€” especially in large collections. #MongoDB #NoSQL #DatabaseTips #MongoDBTips #BackendDev #FullStackDev #CodingTips #JavaScript
2
0
2
@kishorekittu401
kishore |Data Tester
2 years
πŸ”— Demystifying RIGHT OUTER JOIN in SQL Server! πŸ”„πŸ“Š πŸ”Ή Right Outer Join: Retrieves all rows from the right table and matching rows from the left table, if not matching then it will be NULL. #SQLServer #RightOuterJoin #DatabaseTips
0
0
0