


Example data from joined moz_historyvisits and moz_places tables id Timestamp in microseconds when the website was visited Firefox history - moz_historyvisits table structure ColumnĪn ID corresponding to a record in the moz_places table Timestamp in microseconds when the website was Firefox history - moz_places table structure Column The tables containing the Firefox browsing history in the places database are named moz_places and moz_historyvisits.ĭata from these tables can be joined together to retrieve the URL, page title, and time it was accessed. High Performance Log Collection Solutions Example data from joined visits and urls tables id Timestamp in nanoseconds when the website was visited Chrome history - visits table structure ColumnĪn ID corresponding to a record in the urls table

Timestamp in nanoseconds when the website was The number of times the user got to this website by Chrome history - urls table structure Column The tables containing the Chrome browsing history in the History database are named urls and visits.ĭata from these tables can be joined together to retrieve the URL, page title, and time it was accessed.
