Experimenting with data to determine value - migration/methods?
Posted
by TCK
on Stack Overflow
See other posts from Stack Overflow
or by TCK
Published on 2010-06-14T20:57:54Z
Indexed on
2010/06/14
21:02 UTC
Read the original article
Hit count: 354
Hey guys,
I have a LOT of data available to me, and want to experiment with data that isn't currently being used in production. The obvious solution seems to be to make a copy of production data and integrate it with what I want to play around with, but I was wondering if there was a better (less expensive?) way to do this.
Both isolation and integration are important. I'd like to be able to keep lightweight/experimental data assets apart from high volume production data, but also be able to integrate (RELATIVELY) painlessly if experimental assets are deemed useful.
Thanks.
© Stack Overflow or respective owner