Closed sourencho closed 9 years ago
Getting two crawls takes ridiculously long with the current structure.
Since we don't query crawl data, the data and exceptions fields should be text or bytea.
data
exceptions
text
bytea
Additionally, columns shouldn't use reserve words (data)
Lots of functions in src/lib/utility.js should be changed since they use crawl.data. Any other external programs that use the crawler should be checked.
src/lib/utility.js
crawl.data
Getting two crawls takes ridiculously long with the current structure.
Since we don't query crawl data, the
data
andexceptions
fields should betext
orbytea
.Additionally, columns shouldn't use reserve words (
data
)