Forums / Setup & design / Incremental IDs ---> Global / Unique IDs

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Incremental IDs ---> Global / Unique IDs

Author Message

Aldo Bucchi

Sunday 06 March 2005 3:03:23 pm

Hi all,

One of the reasons we have dropped eZp for major projects is the use of simple incremental IDs within the system, which leads to general portability problems and a terribly problematic Dev / Staging / Production workflow.

Is the implementation of a Unique Identifier system considered in eZp's roadmap?

Łukasz Serwatka

Sunday 06 March 2005 10:43:18 pm

Hi Aldo,

In Exponential you can use Identifier datatype where you define start value and incremental value. Every object of class can have own unique ID. More about datatypes here
http://ez.no/ez_publish/documentation/incoming/appendices/appendix_c_ez_publish_datatypes

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Aldo Bucchi

Monday 07 March 2005 10:07:24 am

mmh... but within the data model all PKs and FKs still use the simple incremental ID, right?