Wednesday, November 15, 2017

Database Anonymization for Testing

DZone Database Zone
Database Anonymization for Testing
Database Anonymization for Testing

How do you create a database for testing that is like your production database? It depends on how you want the test database to be "like" the production one.

Replacing Sensitive Data

Companies often use an old version of their production database for testing. But what if the production database has sensitive information that software developers and testers should not have access to?

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...