# time ./dspace update-handle-prefix 10230 123456789
Getting information about handles from database...
In your repository will be updated 47316 handles to new prefix 123456789 from original 10230!
Servlet container (e.g. Apache Tomcat, Jetty, Caucho Resin) must be running.
If it is necessary, please make a backup of the database.
Are you ready to continue? [y/n]: y
No changes have been made to your data.
real 1032m21,431s
The offending query is
select count(distinct handle0_.handle_id) as col_0_0_ from public.handle handle0_ cross join public.handle handle1_ where handle0_.handle like $1
DETALLE: parámetros: $1 = '10230%'
Any ideas or workaround?
Thanks in advance
Evelio