http://qs321.pair.com?node_id=1178253


in reply to Perl denormalized-to-normalized schema translation, maybe with DBIx::Class (maybe)

Just out of curiosity, if the legacy store is Oracle, what's the "new local store"?
  • Comment on Re: Perl denormalized-to-normalized schema translation, maybe with DBIx::Class (maybe)

Replies are listed 'Best First'.
Re^2: Perl denormalized-to-normalized schema translation, maybe with DBIx::Class (maybe)
by gryphon (Abbot) on Dec 20, 2016 at 21:31 UTC

    Greetings gsiems,

    Could be Oracle; could be some other RDBMS; could be some NoSQL option; could be just a key/value cache in some rare cases. I'd like to have the freedom to be able to select the best store for the needs of the specific service.

      Oh. O.k. I was just wondering because, if the "new" was defined, then maybe there would/could be some DB to DB options that might help in dealing with the problem.