Question Uri Shmueli · Aug 22, 2017 %SYS.GSET HiDoes anybody know what happend to %SYS.GSET routine in Cache 2016 ?In Cache 2013 it still existed, I didn't find anything about it in Cache realese notes 2014 and 2015.Uri #Caché 0 10 0 411
Question Uri Shmueli · Aug 10, 2017 Custom Index for Not Null Values Only Hi1. Is it possible do define an index like that :create index UIX on MyTable (Column1) where Column1 is not null2. What happens if we add an index on a property that is NOT required, meanning that not all records will be indexed because we do not allow null subscripts ? #Indexing #Object Data Model #Caché 0 7 0 633
Question Uri Shmueli · Jul 13, 2017 .Net Gateway Parallel Calls – Optimal Number? More calls in parallel to a single .Net Gateway can yield better performance, but too many could cause problems. What is the "Right" number? What do you do/recommend? #.NET #Caché 1 2 0 328
Question Uri Shmueli · Nov 10, 2016 Client name in %CGIEVAR("HTTP_COOKIE") Hi all,We've found that in most cases when we open a new CSP session the CGI varaiable %CGIEVAR("HTTP_COOKIE") contains the client name.It looks like that : "state=SYSADM%3A0; Username=Urish; CSPWSERVERID=Cache for Windows (x86-64) 2013.1.1 (Build 501_1_13062) Sun Aug 11..."In some other cases this CGI only contains $zv - like "CSPWSERVERID=Cache for Windows (x86-64) 2013.1.1 (Build 501_1_13062) Sun Aug 11 2013 23:20:33 EDT" #CSP #Caché 0 2 0 438
Question Uri Shmueli · Nov 3, 2016 Simple Arithmetics Can somebody explain this behaviour of Cache (and many other calculating machine as well) :WRITE 1/3*124WRITE 1/3*51.666666666666666667W 1/3*185.999999999999999999W 1/3*216.999999999999999999W 1/3*247.999999999999999999How can we make more occurate caculations in Cache ? #Caché #ObjectScript 1 2 0 664