Compress (identical) images in JMP Data Tables
JMP has the ability to store images in data column.
Even storing the same image 1000x is super fast - and no issue for the memory of the PC.
But storing the file on the hard drive takes a while - and a lot of space!
Activating the GZ compression doesn't help:
Try it out - why does the GZ compression not work
dt = new table("test", add rows(1000),Compress File When Saved( 1 ), new column ("img", ...