標(biāo)題: Titlebook [打印本頁(yè)] 作者: Enkephalin 時(shí)間: 2025-3-21 16:31 作者: 從容 時(shí)間: 2025-3-21 23:52
MySQL and The Open Source Revolutionfore. The majority of the underpinnings that make the Internet what it is today are based on open source software systems, such as Linux, Apache HTTP server, BIND, Sendmail, OpenSSL, MySQL, and many others.作者: heterodox 時(shí)間: 2025-3-22 03:19 作者: 蛙鳴聲 時(shí)間: 2025-3-22 04:48
A Tour of the MySQL Source Codedeal with processing queries; this will set the stage for topics introduced in Chapter 11 and beyond. I also give you a short overview of the plugin system for dynamically loading libraries containing features.作者: 致敬 時(shí)間: 2025-3-22 11:52
Test-Driven MySQL Developmentapter introduces a key element in generating high-quality extensions to the MySQL system. I discuss software testing and explain some common practices for testing large systems, using specific examples to illustrate the accepted practices of testing the MySQL system.作者: humectant 時(shí)間: 2025-3-22 14:23
Building Your Own Storage Enginer applications. With MySQL, database professionals can also tune the physical layer of their database systems by choosing the storage method that best optimizes the access methods for the database. That is a huge advantage over relational database systems that use only a single storage mechanism.作者: humectant 時(shí)間: 2025-3-22 20:05
Database System Internals viewpoint and then close the chapter with a discussion of how you can use the MySQL system to conduct your own experiments with the MySQL system internals. Last, I’ll introduce the database system’s internals experiment project.作者: Adrenaline 時(shí)間: 2025-3-22 22:08
Query Optimizatione optimizer and then jump into writing the code. Because the code for some of the functions is quite lengthy, the examples in this chapter are excerpts. If you are following along by coding the examples, download the source code for this chapter instead of typing in the code from scratch.作者: 沒(méi)收 時(shí)間: 2025-3-23 04:30 作者: definition 時(shí)間: 2025-3-23 07:24 作者: 憎惡 時(shí)間: 2025-3-23 10:14 作者: Haphazard 時(shí)間: 2025-3-23 15:37
SpringerBriefs in Computer Sciencedeal with processing queries; this will set the stage for topics introduced in Chapter 11 and beyond. I also give you a short overview of the plugin system for dynamically loading libraries containing features.作者: Blood-Vessels 時(shí)間: 2025-3-23 20:41 作者: 努力趕上 時(shí)間: 2025-3-24 01:16 作者: ornithology 時(shí)間: 2025-3-24 04:11
Location, Transport and Land-Use viewpoint and then close the chapter with a discussion of how you can use the MySQL system to conduct your own experiments with the MySQL system internals. Last, I’ll introduce the database system’s internals experiment project.作者: NOVA 時(shí)間: 2025-3-24 08:38
Davide Spallazzo,Ilaria Marianie optimizer and then jump into writing the code. Because the code for some of the functions is quite lengthy, the examples in this chapter are excerpts. If you are following along by coding the examples, download the source code for this chapter instead of typing in the code from scratch.作者: DUST 時(shí)間: 2025-3-24 11:23
MySQL and The Open Source Revolutionand in many cases world-class, development and support offered by open-sourcesoftware vendors. Corporations are paying attention, because for the first time they have an alternative to commercial proprietary software vendors. Small businesses are paying attention because open source software can sig作者: Feedback 時(shí)間: 2025-3-24 16:53 作者: Accede 時(shí)間: 2025-3-24 19:49 作者: dialect 時(shí)間: 2025-3-25 01:02 作者: Adenoma 時(shí)間: 2025-3-25 04:15
Debuggings are easy to develop and less prone to failure. I’ll also explore the most common techniques for debugging the MySQL system. If you have already developed solid debugging skills, feel free to skim the following sections and move on to the section “Debugging MySQL.”作者: Lumbar-Spine 時(shí)間: 2025-3-25 08:21 作者: Conscientious 時(shí)間: 2025-3-25 12:53 作者: 低能兒 時(shí)間: 2025-3-25 17:07 作者: obsession 時(shí)間: 2025-3-25 22:43 作者: 連系 時(shí)間: 2025-3-26 01:41 作者: 屈尊 時(shí)間: 2025-3-26 04:44 作者: 抗原 時(shí)間: 2025-3-26 09:33
Query Optimizationhis chapter, I show you how to add the optimizer to the query-tree class. I begin by explaining the rationale for the heuristics (or rules) used in the optimizer and then jump into writing the code. Because the code for some of the functions is quite lengthy, the examples in this chapter are excerpt作者: 乞討 時(shí)間: 2025-3-26 13:33
Query ExecutionBXP query-execution engine. In this chapter, I show you how to expand the query-tree class to process project, restrict, and join operations. This will give you a glimpse into the world of database-query execution. I begin by briefly explaining the basic principles of the query execution algorithms 作者: 內(nèi)行 時(shí)間: 2025-3-26 19:36 作者: 挑剔小責(zé) 時(shí)間: 2025-3-26 23:11 作者: 巡回 時(shí)間: 2025-3-27 02:05
https://doi.org/10.1007/978-3-319-99846-6ored the inner workings of a database system. Most of us have been trained on and have experience with managing database systems, but neither academic nor professional training includes much about the way database systems are constructed. A database professional may never need this knowledge, but it作者: 可耕種 時(shí)間: 2025-3-27 07:04 作者: GEN 時(shí)間: 2025-3-27 13:07 作者: Obstreperous 時(shí)間: 2025-3-27 16:49 作者: 土坯 時(shí)間: 2025-3-27 19:29 作者: circuit 時(shí)間: 2025-3-27 23:27 作者: Inflammation 時(shí)間: 2025-3-28 05:59
Andreas Schotter,Paul W. Beamishcially designed dynamic libraries that allow you to add new functionality to the server without taking the server offline. There are several forms of plugins supported today, but as the server continues to evolve, expect to see more features offered using this architecture.作者: 威脅你 時(shí)間: 2025-3-28 06:16
https://doi.org/10.1007/978-3-031-64463-4base professionals have refined advanced skills for tuning the logical structure of relational database systems to meet the needs of the data and their applications. With MySQL, database professionals can also tune the physical layer of their database systems by choosing the storage method that best作者: 黑豹 時(shí)間: 2025-3-28 11:19 作者: Anthrp 時(shí)間: 2025-3-28 17:02
https://doi.org/10.1007/978-981-13-0683-9ept of the query tree structure, which is used for storing a query in memory. Next, I’ll present the query tree structure used for the project along with the first in a series of short projects for implementing the DBXP code. The chapter concludes with a set of exercises you can use to learn more ab作者: 學(xué)術(shù)討論會(huì) 時(shí)間: 2025-3-28 18:53
Davide Spallazzo,Ilaria Marianihis chapter, I show you how to add the optimizer to the query-tree class. I begin by explaining the rationale for the heuristics (or rules) used in the optimizer and then jump into writing the code. Because the code for some of the functions is quite lengthy, the examples in this chapter are excerpt作者: SLAG 時(shí)間: 2025-3-29 02:15
https://doi.org/10.1007/978-3-319-49472-2BXP query-execution engine. In this chapter, I show you how to expand the query-tree class to process project, restrict, and join operations. This will give you a glimpse into the world of database-query execution. I begin by briefly explaining the basic principles of the query execution algorithms 作者: 木訥 時(shí)間: 2025-3-29 05:09
Continuous location and plant layout modelsOne advanced feature of MySQL is its ability to provide high-availability database solutions. The server component responsible for obtaining high availability is replication. Some would include other features, such as partitioning and a host of smaller features, but the most important feature that enables high availability is replication.作者: RECUR 時(shí)間: 2025-3-29 08:58
Extending MySQL High AvailabilityOne advanced feature of MySQL is its ability to provide high-availability database solutions. The server component responsible for obtaining high availability is replication. Some would include other features, such as partitioning and a host of smaller features, but the most important feature that enables high availability is replication.作者: Genistein 時(shí)間: 2025-3-29 11:30
https://doi.org/10.1007/978-3-658-42417-6s are easy to develop and less prone to failure. I’ll also explore the most common techniques for debugging the MySQL system. If you have already developed solid debugging skills, feel free to skim the following sections and move on to the section “Debugging MySQL.”作者: 虛假 時(shí)間: 2025-3-29 18:01 作者: 殘暴 時(shí)間: 2025-3-29 21:38
The Single Facility Ordered Median Problemhe system having limitations with, or not having certain functions or commands that are needed for, the integration. Often, this means getting around the problem by creating more “glue” programs to translate or augment existing functions and commands.作者: AUGER 時(shí)間: 2025-3-30 03:14
Andreas Schotter,Paul W. Beamishcially designed dynamic libraries that allow you to add new functionality to the server without taking the server offline. There are several forms of plugins supported today, but as the server continues to evolve, expect to see more features offered using this architecture.作者: ingestion 時(shí)間: 2025-3-30 05:12
https://doi.org/10.1007/978-981-13-0683-9ept of the query tree structure, which is used for storing a query in memory. Next, I’ll present the query tree structure used for the project along with the first in a series of short projects for implementing the DBXP code. The chapter concludes with a set of exercises you can use to learn more about MySQL and query trees.