mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
11 lines
451 B
XML
11 lines
451 B
XML
<slide title="Multiple Databases">
|
|
|
|
<blurb fontsize="3.5em">
|
|
For performance reasons you often will wish to separate data into multiple databases so that locks on one table do
|
|
no affect other operations. However at one point or another you'll want to use data between the various databases.
|
|
Fortunately SQLite allows for such an operation, allowing for linking of multiple databases.
|
|
</blurb>
|
|
|
|
<example result="1" filename="attach_db.php" />
|
|
|
|
</slide> |