Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
database system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2008 at 08:17 UTC
Updated:
25 Dec 2014 at 20:34 UTC
Jump to comment: Most recent
Comments
Comment #1
Crell commentedWe added a few, but I don't think Dries will let us add any more. :-( If you're running a big site with master/slave replication in Drupal 7, please give us feedback on what is and is not slave-safe! We can fold that data into Drupal 8 by just flagging more queries.
Comment #2
q0rban commentedsubscribe
Comment #3
ericduran commentedOh q0rban always a couple of days ahead of me :)
sub.
Comment #4
apotek commentedsubscribe (running with the cool kids).
Comment #5
Crell commentedIn D8, the database connection is virtually always injected. That means you can swap the primary/replica connection per-service in the container configuration, or even inject both if you need. That means a global "check all the queries!" approach is no longer needed. Let's just close this out.