--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+unsubscribe@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/2406b80c-a8af-47f5-a6a6-b05013c815f1%40googlegroups.com.
select * from HFJ_SPIDX_TOKEN where RES_TYPE= 'Patient' and SP_NAME='Token' and SP_SYSTEM = 'urn:fhir.nhs.uk:id/NHSNumber' and SP_VALUE='9876543210'
Cheers,
James
I'll have better answer tomorrow but it's seems much fasterTotal post time seems to be 200ms which is same as before but that also includes the other handling - down from 3000ms. [It may be better as I'm running on laptop on mo]On 8 August 2016 at 16:09, James Agnew <james...@gmail.com> wrote:Yup, exactly.If this does work for you, I'd love to hear about what your new performance numbers look like- as I mentioned, JPA performance is an active topic right now so hearing how people are managing with bigger datasets is nice.Actually, for that matter if you're able to share that DB you're using and how many resources you're storing (or any other numbers you think might be interesting) I'd love to hear about it. :)Cheers,James