What are the factors affecting RB performance? Is it number of records, number of variables, stat testing, what else? What are the file/file size limitations we should always be mindful of when working with RB?
There are a few things to consider:
Performance tips:
Version 1.3 supports a new feature which allows loading the entire dataset into RAM.
Prior to version 1.3, it's often useful to create a subset file. Work with the subset file, then once you're ready to export the entire report, you just switch over to the full file. It saves a lot of processing time during the report creation stage.
And here's the official spot for performance tips.
Comments