DBA classic interview questions (4)

 2. How do you accelerate the patching process?Answer:2.1 you can merge multiple patches.2.2 you can create a response file for a non-interactive patch.2.3 you can apply patches with the option and run them once after all patches are applied. 3. An

Mongodb Learning (1)

I recently heard that mongodb is very popular, so I downloaded and learned something about mongodb. I will discuss it later. My machine system is ubuntu13.04. There are two ways to install mongodb: 1. Download the tar-gz package, decompress it, and

JAVA transaction operations

Public class TransactionTest {public static void main (String [] args) throws Exception {Connection conn = ConnectionFactory. getInstance (). getLocalConnection (); int money = 0; ResultSet rt = null; try {conn. setAutoCommit (false); Statement st =

Summary of SQLite knowledge in iOS development

I. Query Optimization 1. Use Indexes When there is too much data in the table, creating an index can significantly increase the query speed. Create an index SQL> CREATE INDEX name ON table (Field 1 [ASC, DESC], Field 2 [ASC, DESC]...) Delete

Optimize the SQL Server engine using the optimization Consultant

In addition to relying on DBA's personal experience, database optimization also requires the help of some small tools. Recently, the database server is a little slow. Let's see which aspects of the pressure is relatively high! In fact, this Lucky28

Logs are not as simple as you think.

All those who have been in contact with SQL Server should now know that transaction log is an important part of any SQL Server database. Talking about logs is one of my favorite topics. Some common misunderstandings about logs may be a long article.

Detailed explanation of performance issues of cursor scripts (1)

Instances with performance impact of the cursor type. The following two cursor scripts create and execute two types of cursor: dynamic and fast forward only. Knowledge supplement: Operations in a relational database work for the entire row set. The

Detailed description of the Access database management password method

Guidance:InAccess DatabaseIs embedded into a very strong database operating language-Visual Basic language, so you can use Visual Basic to write programs to implement some complex functions. The following describes how to implement encryption in the

Talking about an annoying deadlock tracking experience

Recently, when I first moved to a new company, I suddenly experienced a large volume of interruptions in the production database at night and lasted for nearly an hour. In the event of an accident, I was not at the scene, I missed the opportunity to

Teach you how to implement MySQL dual-host data synchronization (1)

Editor's note: many friends may not know where to start when getting started with MySQL's dual-machine synchronization requirements. In fact, this is one of the functions supported by MySQL itself. This article provides a preliminary idea about

Optimize Your DiscuzNT and run it.

Last year, I used DiscuzNT3.0 for secondary development and performance optimization, but I have never had the chance to write down the time relationship. Let's take a long 5.1 vacation and write an article about disruptive things. I have read the

Cartesian product of SQL

What is Cartesian product? The implementation of cartesian products in SQL is not only Cross Join ). All join methods are converted into temporary Cartesian Product tables. Cartesian product is a concept in relational algebra, the number of rows in

A tangle of the smallest rows in the SQL Server table

Yesterday, a colleague suddenly asked me, saying that when he created the following table in the SQL 2000 database, he suddenly encountered the following warning message. The SQL script and warning information are as follows: IF OBJECT_ID (N

Batch update and maintenance of databases

Situation: multiple database servers with multiple databases on each server. The database structure is consistent and provided to different customers) 1. Manual Operation 1. Few Databases Select different databases from the drop-down list and

Research on Auto-sharding

Skip the theory. I have introduced automatic sharding on the internet... directly go to the configuration. Please leave a message if you have any questions. Or test with million data Insert million pieces of data to a database without sharding. Data

SQL bit by bit performance optimization is actually not so mysterious (1)

I often hear that the most difficult part of SQL Server is performance optimization, which makes people feel mysterious. This kind of thing can only be done by experts. A long time ago, I saw a highly-handwritten blog on the Internet and introduced

Index creation to improve query speed (1)

People tend to fall into a misunderstanding when using SQL, that is, they are too concerned about whether the obtained results are correct, while ignoring the possible performance differences between different implementation methods, this

SQL Server Performance Optimization Analysis of SQL Execution Process

The topics in this article are as follows: Query plan Overview Query resolution Query Optimizer Query execution Reuse of query plans Query plan Overview Most of the time, when we are using SQL server, it is very simple to do: enter an SQL

First practice of SQL Server performance optimization Execution Plan (1)

Since the last article was published, I have received a lot of attention from my friends. Many friends require more practices than pure theories. Indeed, I started to work out this series based on practical ideas! At the same time, in order to make

MySQL 5.5.19 release attachment download

MySQL 5.5.19 is released. Improvements to this version include: New Feature ◆ By creating a cache for the metadata lock object, the performance of the metadata Lock operation in Windows XP is improved, which allows the server to avoid high-cost

Total Pages: 1013 1 .... 540 541 542 543 544 .... 1013 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.