Skip to content
DbaFix
Just share answer and question for fixing database problem
MENU
  • HOME

Tag: online-operations

Order of DROP_EXISTING and ONLINE for CREATE INDEX

By adminPosted on June 7, 2022

Question : If I call a CREATE NONCLUSTERED INDEX using DROP_EXISTING = ON and ONLINE = ON what order are […]

Order of DROP_EXISTING and ONLINE for CREATE INDEX

By adminPosted on November 3, 2021

Question : If I call a CREATE NONCLUSTERED INDEX using DROP_EXISTING = ON and ONLINE = ON what order are […]

Optimize table on large table online DDL Feature

By adminPosted on October 17, 2021

Question : I am running optimize table on MySQL table size 340GB in size and storage engine is InnoDB. mysql> […]

Changing foreign key to ON DELETE CASCADE with least amount of impact

By adminPosted on June 7, 2021

Question : I have an existing foreign key that has ON DELETE NO ACTION defined. I need to change this […]

Why would I ever prefer ALGORITHM=COPY to ALGORITHM=INPLACE?

By adminPosted on April 14, 2020

Question : Since MySQL 5.6 introduced online DDL, the ALTER TABLE command can optionally have either ALGORITHM=INPLACE or ALGORITHM=COPY specified. […]

Adding column into MySQL table size 150GB

By adminPosted on January 25, 2020

Question : I am trying to add column into MySQL table Table size 150GB Table storage engine= innodb MySQL version=5.6.34 […]

Recent Posts

  • InnoDB engine is not loading after tuning parameters
  • How to optimize query on MYSQL with multiple group by clause
  • Referencing database programmatically via T-SQL
  • How to set roles and users with correct permissions on Postgres? [closed]
  • SQL query optmization [closed]
  • Is it possible to optimize this query? Currently taking days (no sign of stopping) on ~11 million records
  • We use MongoDB 3.6 community version, How can i get the number of hits on single collection as well as bandwith usage?
  • Will too many tables slow Mysql down?
  • Group By hour over large dataset
  • “Force Encryption” vs “Force Protocol Encryption” in SQL Server
  • Mysql checksum for master-slave replication returning different values, despite being identical
  • Same record shows up multiple times in ordered paginated query
  • Allow users to only view the databases they have access to
  • Does ALTER on PostgreSQL, Oracle table (respectively) create intermediate copy of the table?
  • Delete rows from a large table with joins and aggregating (resulting in 1 % less rows in the big table)
  • How to record sqlplus session activity like “/var/messages” in Unix..? [closed]
  • Mysql dump with View dependent on user
  • How does Oracle know who I am?
  • Filter a SQL replication
  • Return values from Left Table Only Once

Categories

  • Database Backup
  • Database Design
  • Database Index
  • Database Optimization
  • InnoDB
  • Join
  • MariaDB
  • MongoDB
  • MySQL
  • Oracle
  • Performance
  • Permissions
  • Postgresql
  • Query Performance
  • Replication
  • Security
  • SQL Server
Proudly powered by WordPress / Support by: DizzyCoding