Druid: What is an open source distributed system for real-time processing of large data __druid

Source: Internet
Author: User

Druid is a JDBC component that includes three parts:

Druiddriver Agent driver, can provide the plug-in system based on Filter-chain mode.

Druiddatasource Efficient and manageable database connection pool.

Sqlparser

What Druid can do.

1 can monitor the performance of database access, Druid built-in provides a powerful Statfilter plug-in, can be detailed statistics of the execution performance of SQL, this for online analysis of database access performance is helpful.

2) Replace DBCP and C3P0. Druid provides an efficient, powerful, scalable database connection pool.

3 Database Password encryption. Writing the database password directly in the configuration file is bad behavior and can lead to security problems. Druiddruiver and Druiddatasource both support PasswordCallback.

4 SQL Execution Log, Druid provides a variety of logfilter, can support common-logging, log4j and Jdklog, you can choose the appropriate logfilter as needed, monitor your application database access.

To extend JDBC, if you want to have programming requirements for the JDBC layer, you can easily write the JDBC layer extensions through the Filter-chain mechanism provided by Druid.

The following is a monitoring implementation based on the Druid built-in extension statfilter:

Druid's JAVADOC documentation please see

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.