Remove c
article thumbnail

Fundamentals of table expressions, Part 7 – CTEs, optimization considerations

SQL Performance

In my examples I’ll continue using the sample databases TSQLV5 and PerformanceV5. Here’s the attempted solution using a CTE: WITH C AS. ( Using our trick with the TOP filter in the inner query, you prevent the unnesting of the table expression, like so: WITH C AS. ( ( SELECT *. FROM Sales. OrderDetails. FROM Sales.

C++ 140
article thumbnail

Which is the Best MongoDB GUI? — 2019 Update

Scalegrid

In 2014, we discussed 4 of the top MongoDB GUIs: MongoVue, MongoHub, RockMongo, and Robo 3T (formerly Robomongo), and again in 2016: MongoDB Compass, Robo 3T, Studio 3T, and MongoBooster. Whether you're exploring your local #MongoDB database or working with shards and replica sets, @Studio3T allows you to do all of it. Click To Tweet.

Insiders

Sign Up for our Newsletter

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

article thumbnail

RSA Guide 2023: Cloud application security remains core challenge for organizations

Dynatrace

As digital transformation escalates, vulnerabilities are increasing as well, by more than 290% since 2016. According to a recent survey, even among organizations that have shifted left, 75% of C-suite executives say security challenges limit their ability to innovate.

Cloud 246
article thumbnail

The challenge is on! Community call for creating the fastest number series generator

SQL Performance

You can create supporting tables in the user database if needed. Requirements: Implement your solution as an inline table-valued function (iTVF) named dbo.GetNumsYourName with parameters @low AS BIGINT and @high AS BIGINT. As an example, see the ones I submit at the end of this article. You can add hints as needed.

C++ 114
article thumbnail

Please help with STRING_SPLIT improvements

SQL Performance

In SQL Server 2016, STRING_SPLIT solved a long-missing gap in a language that, admittedly, was not intended for complicated string processing. For years before SQL Server 2016 (and for years since), we've written our own versions, improved them over time, and even argued about whose was fastest. Thanks for listening!

Database 109
article thumbnail

Use Physical Backups With MySQL InnoDB Redo Log Archiving

Percona

This type of backup is suitable for large, important databases that need to be recovered quickly when problems occur. Physical backups are the backups that consist of raw copies of the directories and files that store database contents. Copyright (c) 2016, 2023, Oracle and/or its affiliates. Press ^C to stop.

C++ 124
article thumbnail

Using Parallel Query with Amazon Aurora for MySQL

Percona

I’m using the “Airlines On-Time Performance” database from [link] (You can find the scripts I used here: [link] ). MySQL on ec2. mysql> show global variables like '%version%'; + -+ + | Variable_name | Value | + -+ + | innodb_version | 5.6.41-84.1 sec) The table is very wide, 84 columns.

Cache 72