How to implement table splitting in cache
How to implement table splitting in cache
Product version: HealthShare 2018.1
Discussion (3)0
Comments
Do you want to store one table on several servers?
In that case use Sharding.
I agree with Eduard.
However, there is an option to have global mapping (by subscript) to different databases that might be located on multiple disks for getting better I/O
https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=G…
If you look for some wizard like "Split Table" from "SQL Prompt". Bad News. There is not. You must code a SQL script to do the job.
But, if "Split Table" means other problem, please, specify?