article thumbnail

PHP Opcode: Improve Application Performance Without Changing Your Code

DZone

The PHP opcode generated by the PHP engine is strongly influenced by the way you write your code, not only in terms of the number of statements to accomplish a task. Clearly, it matters a lot, and I think it’s obvious to you.

Code 162
article thumbnail

Optimizing SQL Server Performance With AI: Automating Query Optimization and Predictive Maintenance

DZone

SQL Server is a powerful relational database management system (RDBMS), but as datasets grow in size and complexity, optimizing their performance becomes critical. In this article, we will explore how AI can assist in these areas, providing code examples to tackle complex queries.

Servers 278
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Optimizing Performance in Azure Cosmos DB: Best Practices and Tips

DZone

When we are working with a database, optimization is crucial and key in terms of application performance and efficiency. Below are some of the best practices with coding examples to optimize performance in Azure Cosmos DB.

article thumbnail

PostgreSQL 17: A Major Step Forward in Performance, Logical Replication, and More

DZone

In this blog, I'll describe a couple of new performance features that you'll find in Postgres 17 as well as another important logical replication feature that I didn't cover in my earlier blog of this series. After a successful 3rd beta in August 2024, the PostgreSQL development group released the GA version on September 26th.

article thumbnail

How low-code/no-code AutomationEngine advances automated workflows

Dynatrace

But to be scalable, they also need low-code/no-code solutions that don’t require a lot of spin-up or engineering expertise. With the Dynatrace modern observability platform, teams can now use intuitive, low-code/no-code toolsets and causal AI to extend answer-driven automation for business, development and security workflows.

Code 264
article thumbnail

Debug complex performance issues in production with ease

Dynatrace

This link allows us to open Live Debugger and dive into the code level of the AdService (example service) without requiring code changes or application redeployments. We use the automatically populated filter for AdService and its corresponding source code repository, then select Done to go to Live Debugger.

article thumbnail

Evaluating JS in The Browser for A Low Code Product

DZone

I work at Appsmith , an open-source low code platform for developers to build internal tools and workflows. At Appsmith, our developer users define business logic by writing any JS code in between {{ }} dynamic bindings almost anywhere in the app. They can use this while creating SQL queries, APIs, or triggering actions.

Code 316