Discussion about this post

User's avatar
David Roberts's avatar

One of the things that you're highlighting, Andrew, is just how bad the election-related data management systems are in these states. The data structures they are using are just not suited for what they are trying to do with them. They are required to provide a "voter roll," but a voter roll is not a voter history, so they are mashing voter history information into the roll. So, it's basically inevitable that they end up with the problem that you're seeing. As citizens, we should be demanding that they redesign everything from the ground up with a focus on auditability. The system needs to be such that all the citizens can download the data and "know what happened." Ideally, it should be possible to virtually "replay" any election going back decades. Tens of millions of records might sound like a lot to anybody who's not a "computer person," but it's really small potatoes. Storage is cheap, so we should capture EVERYTHING and retain it. Throw nothing away. Create timestamped activity records for everything. Don't merely provide current status, but provide detailed HISTORY: not just the current state of a record (e.g., the current name, current address, and whether it's currently active or not), but when was it created, who created it, when was it modified, what was the modification, who modified it, in which election did it vote and on which day and time, when did it become inactive, and who deactivated it? We should be able to answer all those questions with our databases. The fact that you get merely a 1-table CSV file from the state is atrocious.

Expand full comment
Jonathan Carrier's avatar

Clearly, this system is sick and should be killed off -- start over -- sequential database.

Expand full comment
6 more comments...

No posts