home.social

#performancetuning — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #performancetuning, aggregated by home.social.

  1. #throwback Want to push PostgreSQL performance further? ⚡ Somdyuti Paul dives into advanced tuning with real-world demos—plan caching, GEQO, partitions, parallel queries, and index scan pitfalls. Practical insights you can apply immediately.

    ▶️ Watch now! youtube.com/watch?v=IPlHrUHKMY

    #PostgreSQL #PGDay #PPDD #PerformanceTuning #DatabaseOptimization

  2. #throwback Want to push PostgreSQL performance further? ⚡ Somdyuti Paul dives into advanced tuning with real-world demos—plan caching, GEQO, partitions, parallel queries, and index scan pitfalls. Practical insights you can apply immediately.

    ▶️ Watch now! youtube.com/watch?v=IPlHrUHKMY

    #PostgreSQL #PGDay #PPDD #PerformanceTuning #DatabaseOptimization

  3. #throwback Want to push PostgreSQL performance further? ⚡ Somdyuti Paul dives into advanced tuning with real-world demos—plan caching, GEQO, partitions, parallel queries, and index scan pitfalls. Practical insights you can apply immediately.

    ▶️ Watch now! youtube.com/watch?v=IPlHrUHKMY

    #PostgreSQL #PGDay #PPDD #PerformanceTuning #DatabaseOptimization

  4. #throwback Want to push PostgreSQL performance further? ⚡ Somdyuti Paul dives into advanced tuning with real-world demos—plan caching, GEQO, partitions, parallel queries, and index scan pitfalls. Practical insights you can apply immediately.

    ▶️ Watch now! youtube.com/watch?v=IPlHrUHKMY

    #PostgreSQL #PGDay #PPDD #PerformanceTuning #DatabaseOptimization

  5. #throwback Want to push PostgreSQL performance further? ⚡ Somdyuti Paul dives into advanced tuning with real-world demos—plan caching, GEQO, partitions, parallel queries, and index scan pitfalls. Practical insights you can apply immediately.

    ▶️ Watch now! youtube.com/watch?v=IPlHrUHKMY

    #PostgreSQL #PGDay #PPDD #PerformanceTuning #DatabaseOptimization

  6. 3 warning signs your SQL Server needs help:

    ⚡ CPU constantly >80%
    ⚡ Reports take minutes or hours
    ⚡ Users keep saying: “It’s slow again!”

    👉 Get your free 30-min Health Check: sqlpassion.at/free-sql-server-

    #SQLServer #DBA #PerformanceTuning

  7. Scaling Laravel: Essential Strategies for Performance and Reliability

    scenario.press/blogs/97555/Sca

    Discover key strategies to scale your Laravel applications effectively, ensuring top performance and reliability. Learn how to handle high traffic, optimize queries, and implement caching for seamless user experiences.

    #Laravel
    #LaravelPerformance
    #WebDevelopment
    #ScalableApps
    #PHPFramework
    #BackendDevelopment
    #HighTrafficWebsites
    #LaravelTips
    #WebAppOptimization
    #PerformanceTuning

  8. Scaling Laravel: Essential Strategies for Performance and Reliability

    scenario.press/blogs/97555/Sca

    Discover key strategies to scale your Laravel applications effectively, ensuring top performance and reliability. Learn how to handle high traffic, optimize queries, and implement caching for seamless user experiences.

    #Laravel
    #LaravelPerformance
    #WebDevelopment
    #ScalableApps
    #PHPFramework
    #BackendDevelopment
    #HighTrafficWebsites
    #LaravelTips
    #WebAppOptimization
    #PerformanceTuning

  9. Having worked on a global enterprise scheduling app, where everyone who wanted a task to happen hourly requested the event processing to start at XX:00, thus causing recurring bottlenecks, I am mildly amused at the "hourly XYZ bots" here that do the same thing.

    Hourly can be XX:42, you know.

    #PerformanceTuning

  10. Ever wonder why your SQL queries are slow?

    It’s time to crack the case with Query Execution Plans in SQL Server! Learn how to spot bottlenecks, optimize performance, and make your queries lightning-fast.

    Dive in: woodruff.dev/cracking-the-code

    #EFCore #SQLServer #PerformanceTuning #DevTips #DotNet

  11. ADF performance tuning part 1: adf performance tuning #performancetuning #adf #azure #datafactory

    azure data factory performance tuning adf performance tuning adf performance adf ingestion performance tuining adf self hosted ... source

    quadexcel.com/wp/adf-performan

  12. Another Performance Tuning (full path of chain in IT industry) gif image which covers CODE, CONFIGURATION, DATABASE, INFRASTRUCTURE, NETWORK and ARCHITECTURE 6 aspect.

    #ITIndustry #FullPathofChain #PerformanceTuning

  13. How to improve database performance from DesignGurus.io? Forgot who is the author … discovered it on the @LinkedIn a couple of days ago … Because the original *GIF* file but shows the static image on the #WeChat moment I have to share it via a small *MP4* file on the #WeChat channel …

    #RDBMS #Database #PerformanceTuning #Indexing #MaterializedViews #VerticalScaling #Denormalization #Caching #Replication #Sharding #Partitioning #QueryOptimization

  14. Check out these 2 queries:

    Query 1:

    SELECT ...
    FROM t1
    JOIN t2 ON t1.id IN (t2.id1, t2.id2);

    Query 2:

    SELECT ...
    FROM t1
    JOIN t2 ON t1.id = t2.id1
    UNION
    SELECT ...
    FROM t1
    JOIN t2 ON t1.id = t2.id2;

    They both return the same data but since most database engines struggle with OR joins, the latter will outperform the former by at least an order of magnitude.

  15. 𝐓𝐡𝐞 𝐈𝐧𝐝𝐢𝐬𝐩𝐞𝐧𝐬𝐚𝐛𝐥𝐞 𝐇𝐮𝐦𝐚𝐧 𝐓𝐨𝐮𝐜𝐡 𝐢𝐧 𝐒𝐐𝐋 𝐂𝐨𝐝𝐢𝐧𝐠

    SQL is a powerful tool that allows users to interact with databases to retrieve, insert, update, and delete data. Despite its seemingly straightforward syntax, writing efficient and effective SQL queries requires more than just technical proficiency. Here are several reasons why humans will continue to be essential in the SQL coding process: foxconsulting.co/post/the-indi

    #sql #dataintegrity #datasecurity #performancetuning

  16. A meeting is fundamentally a team endeavour and when responsibility, ownership, and accountability become blurred we are back to square one and having our time wasted in futile meetings. Yet, get it right and effective meetings become the space in our day we make to provide some sort of service to other people.

    #Leadership #Management #OrganisationalBehaviour #CapabilityDevelopment #GrowthMindset #Value #PerformanceTuning #TransformationJourney

    robert.winter.ink/running-effe

  17. 'In a team with high psychological safety, teammates feel safe to take risks around their team members. They feel confident that no one on the team will embarrass or punish anyone else for admitting a mistake, asking a question, or offering a new idea.'

    #Leadership #Management #OrganisationalBehaviour #CapabilityDevelopment #GrowthMindset #Value #PerformanceTuning #TransformationJourney #PsychologicalSafety

    robert.winter.ink/a-psychologi

  18. Measuring and acting on an organisation’s DEI goals are critical elements for achieving internal impact. One path forward is for leaders to be more systematic early in strategy development, considering the objectives and desired level of impact from their programs.

    #Leadership #Management #OrganisationalBehaviour #CapabilityDevelopment #GrowthMindset #Value #PerformanceTuning #TransformationJourney #Resilience #Adaptability #DEI

    robert.winter.ink/dei-a-contin

  19. Just as Covid and economic pressure drove up remote work opportunities, a sound conclusion is that the end of Covid restrictions and economic pressure can do the opposite — and drive down remote work opportunities.

    #Leadership #Management #OrganisationalBehaviour #CapabilityDevelopment #GrowthMindset #Value #PerformanceTuning #TransformationJourney

    robert.winter.ink/remote-worki

  20. Once the capability gap is closed, instead of feeling fear and frustration about not knowing how to perform a role or achieve an outcome, staff are empowered to deliver value and be rewarded for their achievement.

    #Leadership #Management #OrganisationalBehaviour #CapabilityDevelopment #GrowthMindset #Value #PerformanceTuning #TransformationJourney

    robert.winter.ink/minding-the-