Checkout
Peter Vercoutter
committed
21 months ago
[ICT-3590] Optimalisatie orgalux bon
- Logginginformatie wat aanpassen
- ContainerId aanpassen want was voor alle parallelle requesten he… Show more
[ICT-3590] Optimalisatie orgalux bon

- Logginginformatie wat aanpassen

- ContainerId aanpassen want was voor alle parallelle requesten hetzelfde waardoor cubeiq in de knoei geraakt. Uitleg van leverancier cubeIQ: 'If you’re using the same container id with different dimensions in parallel calls you’ll get in trouble at some point. To us, a container represents a single physical thing which should never really change, so those data items are stored in a central cache, not per thread. Just as an explanation: we cannot afford to store multiple copies across all threads since we have customers with millions of data items and things get pretty huge.v Show less