Closed (won't fix)
Project:
Universally Unique IDentifier
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2011 at 09:45 UTC
Updated:
23 Mar 2012 at 22:11 UTC
My site has a few million nodes that are created and deleted automatically by an outside process. I don't want to create a UUID for these nodes, rather only for nodes of other content types.
Comments
Comment #1
skwashd commentedWhy don't you want to use UUID for these nodes? Generating UUIDs with PECL is a relatively inexpensive operation.
Comment #2
dixon_Having UUID for a few (ten) million nodes should not be a performance problems. All node types should have UUID. This is how it will work in D8 core.
If for any reason happens to be performance problems, we should optimize the indexes on the tables instead.
Comment #3
dixon_And as skwashd mentions, generating UUIDs is a very inexpensive process.