[Buildbot-commits] [Buildbot] #2634: [nine] Unlimited-length trings
Buildbot trac
trac at buildbot.net
Fri Jan 10 19:45:10 UTC 2014
#2634: [nine] Unlimited-length trings
------------------------+------------------------------
Reporter: dustin | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 0.9.0
Version: | Keywords: simple, database
------------------------+------------------------------
Use sa.Text instead of sa.String(LEN), so we have unlimited-length (well,
almost) strings.
Where indexes -- especially unique indexes -- are required on these
columns, add sha1 hash columns and index those.
Among other advantages, this will allow MySQL databases to use the vastly
superior InnoDB table type.
--
Ticket URL: <http://trac.buildbot.net/ticket/2634>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list