Sat.Jan 07, 2023 - Fri.Jan 13, 2023

article thumbnail

What is cloud monitoring? How to improve your full-stack visibility

Dynatrace

The move to multicloud environments has continued en masse for today’s organizations. In fact, according to a Dynatrace global survey of 1,300 CIOs , 99% of enterprises utilize a multicloud environment and seven cloud monitoring solutions on average. With more organizations taking the multicloud plunge, monitoring cloud infrastructure is critical to ensure all components of the cloud computing stack are available, high-performing, and secure.

Cloud 234
article thumbnail

SQL Extensions for Time-Series Data in QuestDB

DZone

In this tutorial, you are going to learn about QuestDB SQL extensions which prove to be very useful with time-series data. Using some sample data sets, you will learn how designated timestamps work and how to use extended SQL syntax to write queries on time-series data. Introduction Traditionally, SQL has been used for relational databases and data warehouses.

IoT 174
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Elevate Your Percona Live Experience by Climbing MT. Elbert

Percona

Percona Live 2023 takes place in Denver, Colorado this year and with my love of mountains, I thought it would be a crime not to combine it with climbing one of the famous Colorado 14ers (14,000ft+ in height). So we’re putting a team together to climb Mt. Elbert — 14,440ft (4401m) — the highest mountain in Colorado and second highest in the lower 48 states (after Mt.

120
120
article thumbnail

TypeScript performance lessons while refactoring for v10

tRPC

As library authors, our goal is to provide the best possible developer experience (DX) for our peers. Reducing time-to-error and providing intuitive APIs removes mental overhead from the minds of developers so that they can focus on what's most important: great end user experience. It's no secret that TypeScript is the driving force behind how tRPC ships its amazing DX.

article thumbnail

Adding business analytics data to your observability strategy delivers better business outcomes

Dynatrace

To stay competitive in an increasingly digital landscape, organizations seek easier access to business analytics data from IT to make better business decisions faster. In the process, they’re adopting more tools and technologies. As organizations add more tools, it creates a demand for common tooling, shared data, and democratized access. These technologies generate a crush of observability data.

Analytics 203
article thumbnail

[DZone Survey] Share Your Expertise and Take our 2023 Web, Mobile, and Low-Code Apps Survey

DZone

Do you consider yourself a developer? If "yes," then this survey is for you. We need you to share your knowledge on web and mobile development, how (if) you leverage low code, scalability challenges, and more. The research covered in our Trend Reports depends on your feedback and helps shape the report.

Mobile 171
article thumbnail

Upgrading PostgreSQL Extensions

Percona

PostgreSQL is a powerful and flexible open-source database management system that allows users to install and use extensions to add additional functionality to their databases. In this tutorial, we will cover the process of installing and upgrading PostgreSQL extensions using the example of the pg_stat_monitor extension. The pg_stat_monitor is a PostgreSQL extension that provides real-time monitoring and analysis of database activity.

Database 104

More Trending

article thumbnail

Tech Transforms podcast: A look back at some of our favorite episodes from 2022

Dynatrace

In 2022, we released 33 episodes covering a multitude of topics — from privacy issues to zero trust initiatives to American innovation — that sit at the intersection of technology, government, and human needs. The top influencers in government technology we interviewed in 2022 include the following: Chakib Chraibi , Chief Data Scientist and ODS Acting Associate Director at NTIS, US Department of Commerce.

article thumbnail

3 Trends in Artificial Intelligence and Machine Learning for 2023

DZone

In 2022 the news about artificial intelligence (AI) and automatic learning (Machine Learning or ML) have skyrocketed and are expected to accelerate in 2023. Many claims that these technologies will be the most disruptive and transformative ever developed. Sundar Pichai, CEO of Google, claims that the impact of AI will be even more significant than fire or electricity on humanity; "It will fundamentally change the way we live our lives, and it will transform healthcare, education, and manufacturi

article thumbnail

Updated Percona Distribution for MySQL, Percona XtraDB Cluster: Release Roundup January 9, 2023

Percona

It’s time for the release roundup! Percona is a leading provider of unbiased open source database solutions that allow organizations to easily, securely, and affordably maintain business agility, minimize risks, and stay competitive. Our Release Roundups showcase the latest Percona software updates, tools, and features to help you manage and deploy our software.

article thumbnail

An Introductory Guide to Web Performance Testing

Abstracta

From a very young age, we have all been exposed to a lot of waiting times. As kids, we must wait our turn to hit the piñata during birthday parties. As adults, we face queues everywhere, from paying for groceries to buying the latest phone. The post An Introductory Guide to Web Performance Testing appeared first on Abstracta Software Testing Services.

article thumbnail

6 Observability Design Patterns for Microservices Every CTO Should Know

Simform

Observability in microservices discovers unknown issues between various service interactions to build a resilient and secure app. You can adapt observability for your microservices through different design patterns. This article explores the intricacies of six observability design patterns for microservices with benefits, best practices, examples, etc.

Design 52
article thumbnail

Accelerating ML Model Inferencing

DZone

Expedia Group™️ acts as a booking agent for all sorts of travel. An issue we’ve wrestled with is when a hotel (or vacation rental, activity, etc.) shares public contact information through our platform that allows for direct booking. This act violates our service agreements, and we must detect if it happens. Furthermore, this mechanism needs to scale to review an ongoing stream of data generated by bookings, website updates, client updates, etc.

Website 100
article thumbnail

Save Time and Money With Free-to-Use Incremental Backups for MongoDB

Percona

MongoDB is a great database that provides outstanding high availability solutions out of the box. For most Database Administrators (DBAs) we talk with, though, the awesome safety features we came to appreciate MongoDB for, like automatic failover or data redundancy, are not enough. The thing we hear almost every time is that they still need good, reliable backups to satisfy the requirements of their business.

article thumbnail

Why Not document.write()?

CSS Wizardry

- [link] --> If you’ve ever run a Lighthouse test before, there’s a high chance you’ve seen the audit Avoid document.write() : For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. You may have also seen that there’s very little explanation as to why. document.write() is so harmful.

Google 239
article thumbnail

Data Ingestion: The First Step Towards a Flawless Data Pipeline

Simform

Data ingestion is the foremost layer in a data engineering pipeline, acting as a vital pillar in the overall analytics architecture. Thus, it is essential to implement data ingestion just right. Here is everything you need to know to take the first step toward a flawless data pipeline.

article thumbnail

Digesting 2022

O'Reilly

The holidays are over, and it’s time to digest. Although I don’t subscribe to the idea that history or technology moves in jerky one-year increments, it’s still valuable to take stock, look at what’s happened, and decide what was important and what isn’t. We started the year with many people talking about an “AI winter.” A quick Google search will show that anxiety about an end to AI funding has continued through the year.

article thumbnail

COUNT(*) vs COUNT(col) in MySQL

Percona

Looking at how people are using COUNT(*) and COUNT(col), it looks like most of them think they are synonyms and just use what they happen to like, while there is a substantial difference in performance and even query results. Also, we find a difference in execution on InnoDB and MyISAM engines. NOTE : All tests were applied for MySQL version 8.0.30, and in the background, I ran every query three to five times to make sure that all of them were fully cached in the buffer pool (for InnoDB) or by t

Cache 80