Snapshots are required
Recently a couple of different clients have asked me why it's necessary to take a snapshot of data (e.g., a member count) in order to track the history of data (e.g., comparing year over year membership counts). They ask: "Why can't we just query the data from last year?"
The answer? Because your AMS is a transactional database, data changes over time, which makes querying on historical data a challenge. Here's a good example:
A trade association has 500 organization members on January 1, 2022. In June of 2022, two members merge to become one new company. Those two company records are merged into one company record. Any time after that, when a query is run to count all members as of January 1, 2022, the count will now be 499 companies (because two records have been merged into one).*
Because the AMS is a transactional database, data is going to change over time. This is why historical queries can be inaccurate, and why snapshots are necessary.
So if you want to track history or make year over year comparisons, you'll need to take snapshots.
*And in case you're wondering, yes, this also applies to individual membership organizations!
![]()
Wes's Wednesday Wisdom Archives
Don’t be so lazy…
Don’t be so lazy… One of the things that attracted me to the software world […]
Don’t try to do everything at go-live
Don’t Try to do Everything at Go-live When implementing a new AMS, there is a […]
Make sure your system has broad support
Make sure your system has broad support An AMS vendor pointed out to me recently […]
You have to have the right people in place
You have to have the right people in place This may seem obvious, but I’ll […]
Ask “What” not “Why”
Ask “What” not “Why” As a consultant, one of my favorite questions to ask my […]
Engagement is measured by the customer
Engagement is Measured by the Customer I’ve written a bunch about measuring engagement in the past. (Click […]
Yes, you do have a process for that
Yes, you do have a process for that When I work with clients on pretty […]
“Correct your mistakes before they become your habits”
“Correct your mistakes before they become your habits” Yet another great quote from James Clear: “Correct […]
Sometimes it’s a process issue
Sometimes it’s a process issue When I work with clients on developing a needs list […]
First ask: “How will I use this data?”
First ask: “How will I use this data?” Whether it’s during data conversion, adding a […]
