Search results
"tag:database"
| Title and summary | Date/time | |
|---|---|---|
|
1
|
How can I automatically expire data from a database?
Another fairly common question: how can I expire data from a database? This is a case of applying lipstick to a pig: there are ways, to be sure, but the real problem is that you're using a database - a permanent datastore - to handle data that's ... |
Aug 30, 2008 10:29:00 AM |
|
2
|
My data structures have changed - how can I migrate my data model?
Sometimes, people design data structures, persisted entities, only to find that - gasp! - their data structures are more fluid than they expected. When all of your data is transient - meaning that it can be destroyed safely - that's no big deal, because ... |
Aug 28, 2008 4:11:00 PM |