fullstorydev / hauser

Service for moving your Fullstory export files to a data warehouse
MIT License
49 stars 23 forks source link

Reduce db calls to get Export Table columns #25

Closed butanian closed 6 years ago

butanian commented 6 years ago

Previously we were querying the warehouse export table, getting the export table columns, for every record we inserted. This commit makes it so we only query the table columns once after any potential schema updates.