CMDBuild Forum

REST, bulk insert

Hi,

if I have lookup with many values (few thousands), is there a way to bulk insert them?
I tried REST, it works, but it is very slow (2-3 values pre second).
May I insert values direct to postgre?

Regards.

1 Like

Hi,
you can use Import - through XLSX/CSV files.

About postgresql: in the Forum I saw posts that inserting directly you may break the system.

Hi,

if REST doesn’t have bulk option, than you are right, XLSX/CSV is the best option.
If there is a documentation about postgre data model, we could insert data directly to the database.
But if you don’t know data model very well, this option shouldn’t be considered.