Logs for

Page 339 of 211,266, showing 20 records out of 4,225,320 total, starting on record 6,761, ending on 6,780

# At Username Text
# Aug 9th 2008, 05:24 pgcd_away ok, i'm having serious trouble getting swfupload 2.1 to work with cake 1.2, and there seem to be no useful tutorial... anybody here has done something with it?
# Aug 9th 2008, 05:24 Howard`` something along the lines of 26 databases depending on the first character of the username
# Aug 9th 2008, 05:25 AD7six Howard``: a base26 sharding system :)
# Aug 9th 2008, 05:25 Howard`` yeah :)
# Aug 9th 2008, 05:25 achew22 AD7six: would you be willing to look at this? http://bin.cakephp.org/view/23017039
# Aug 9th 2008, 05:25 Howard`` What I'm thinking about doing here is allowing like 100 accounts per database
# Aug 9th 2008, 05:25 Howard`` not sure if that's logical
# Aug 9th 2008, 05:26 AD7six achew22: where did you get " '`id` NOT' " from
# Aug 9th 2008, 05:26 AD7six since when is that intuitive
# Aug 9th 2008, 05:26 achew22 its not really intuitive I am trying to delete all the things in the DB that aren't in $results
# Aug 9th 2008, 05:26 AD7six achew22: $condition['Not']['Model.field'] = $arrayOrId
# Aug 9th 2008, 05:27 kaotisch achew did you want me to paste my code to the bin, or did you mean someone else?
# Aug 9th 2008, 05:28 Howard`` AD7six, curious, would it be disasterous to make a seperate db for each user id?
# Aug 9th 2008, 05:29 achew22 AD7six: is this what your meant? http://bin.cakephp.org/view/543725084
# Aug 9th 2008, 05:29 AD7six Howard``: entirely up to you. remember that the more you shard the more cross db joins you risk/need.
# Aug 9th 2008, 05:30 AD7six achew22: if it works yes. if you're getting ambiguous field errors no.
# Aug 9th 2008, 05:30 achew22 no, its doing a select instead of a delete
# Aug 9th 2008, 05:31 Howard`` yeah, trying to figure that ouw now AD7six
# Aug 9th 2008, 05:31 AD7six achew22: delete all has 2 modes - tell me what they are
# Aug 9th 2008, 05:31 Howard`` I'm thinking maybe, a lightweight asset table which contains a user id association to a database, when this lookup is done, it references that database for all user information and records