Hi,

Big change coming - one of the last breaking changes before the first 1.0.0a1 
release
We are changing the format of the rsc and medium records to binaries and maps.

This makes it possible to insert random keys into those records, without having
them mapped to atom and thus exhausting the atom table.

It will also make it possible to move (in a later version) to JSONB as the 
storage format.
JSONB is natively supported by PostgreSQL, which can search and index 
individual properties.

The update will also change the m_get routines, as all atoms will be binaries 
instead.
So m_get( [ hello ], …) will now become m_get( [ <<"hello">> ], …)

As the rsc and medium records are now maps, you will need to change
some observers that handle rsc or medium property lists to handling
maps with binary keys.

The pending merge request is:

https://github.com/zotonic/zotonic/pull/2406

Cheers,

Marc

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Zotonic developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zotonic-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zotonic-developers/129D6096-61B2-45A4-A6EC-6C13207CAAF4%40worrell.nl.

Reply via email to