Hi,It depends on a variety of factors, such as app/db server hardware, configuration, utilization, network setup.Use a benchmarking tool such as Apache jMeter to measure overall system capacity and tune as needed.Thanks,-Jon
Hi,This is a selling point for Campaign Standard and perhaps the reason for its limited extensibility.Campaign Classic is too open to allow for automatic updates by non-technical resources.Thanks,-Jon
Hi,Create a workflow to periodically copy the .eml files from MTA disk/network mount to the S3 bucket configured via ext acct.Alternatively, just mount the S3 bucket using s3fs and skip the workflow and ext acct.Thanks,-Jon
Hi,Reverse links are automatically created when creating links, with the option to change the reverse link's name from its default of target schema using attribute 'revLink'- the example you posted sets it to the existing default.AFAICT the issue isn't about changing the link name, it's a form input...
Hi,You can probably do this with queryDef, defining the groupBy independently of the <select/> and enabling unknown sql functions/adding array_agg function. If not it's just a couple lines extra to spool the results into a map then update the temp schema with '{' + map[k].join(',') + '}'.Thanks,-Jon