ripple / rippled-network-crawler

Deprecated: Use https://github.com/xpring-eng/rippled-network-crawler instead.
https://github.com/xpring-eng/rippled-network-crawler
ISC License
17 stars 17 forks source link

DB model should be changed #32

Closed sourencho closed 9 years ago

sourencho commented 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.

Additionally, columns shouldn't use reserve words (data)

sourencho commented 9 years ago

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.