1 2015-05-05 00:12:06 <hulkhogan_> i noticed `distcheck` isn't loading the tests correctly so adding some fixes to the runner
 2 2015-05-05 00:34:26 <warren> https://demo.baronpay.org/  Can people test if this loads?
 3 2015-05-05 00:35:41 <gmaxwell> Loads for me.
 4 2015-05-05 00:36:09 <TD-Linux> gmaxwell, clicking a link?
 5 2015-05-05 00:36:27 <warren> strange problems with cloudflare ssl ... doens't load here
 6 2015-05-05 00:37:03 <warren> gmaxwell: try making an invoice, does loading the generated invoice URL work?
 7 2015-05-05 00:37:08 <gmaxwell> TD-Linux: it's warren; known quantity.
 8 2015-05-05 00:38:04 <gmaxwell> Invoice Successfully Created
 9 2015-05-05 00:39:50 <Diablo-D3> hrm
10 2015-05-05 00:39:51 <Diablo-D3> hey guys
11 2015-05-05 00:39:57 <Diablo-D3> non-bitcoin question
12 2015-05-05 00:40:23 <Diablo-D3> what enterprise SQL databases handle hugescale replication and fault tolerance well
13 2015-05-05 00:40:36 <Diablo-D3> or newsql
14 2015-05-05 00:40:47 <Diablo-D3> or nosql if it has a good enough query language and isn't overly retarded
15 2015-05-05 00:40:49 <gmaxwell> I hurd mongodbs got webscale.
16 2015-05-05 00:41:10 <gmaxwell> this is probably the last place to ask questions like that. :) We like our databases to at least claim ACID. :)
17 2015-05-05 00:41:31 <gmaxwell> (also, the answer remaining is basically postgres)
18 2015-05-05 00:49:59 <Diablo-D3> gmaxwell: yeah but postgre has no multi-master solution
19 2015-05-05 00:50:02 <Diablo-D3> I love postgre dearly
20 2015-05-05 00:50:10 <Diablo-D3> its my favorite sql db
21 2015-05-05 00:50:20 <Diablo-D3> but I never have a project that particularly is suited for it
22 2015-05-05 00:51:30 <warren> Diablo-D3: mariadb has multi-master... haven't tried it myself though
23 2015-05-05 00:52:44 <Diablo-D3> warren: has mariadb shaken off all the mysql stank yet?
24 2015-05-05 00:53:05 <warren> I don't know.
25 2015-05-05 02:47:45 <hulkhogan_> mariadb is a drop in replacement for mysql... its binary is even called `mysql` - any 'stank' is likely to linger for quite some time there.
26 2015-05-05 02:51:06 <phantomcircuit> <Diablo-D3> what enterprise SQL databases handle hugescale replication and fault tolerance well
27 2015-05-05 02:51:20 <phantomcircuit> multimaster or not?
28 2015-05-05 02:51:29 <Diablo-D3> yes
29 2015-05-05 02:53:24 <phantomcircuit> Diablo-D3, postgresql with various bits of middleware for statement replication
30 2015-05-05 02:53:28 <phantomcircuit> or oracledb
31 2015-05-05 02:53:34 <phantomcircuit> proceed to cry at the options
32 2015-05-05 02:53:46 <Diablo-D3> yeah see
33 2015-05-05 02:53:48 <Diablo-D3> i dont fucking want
34 2015-05-05 02:53:54 <Diablo-D3> postgre with the middle ware
35 2015-05-05 02:53:59 <Diablo-D3> I love the hell out of postgre
36 2015-05-05 02:54:03 <Diablo-D3> but not for clusters
37 2015-05-05 02:54:04 <phantomcircuit> then oracledb
38 2015-05-05 02:54:06 <phantomcircuit> proceed to cry
39 2015-05-05 02:54:10 <Diablo-D3> oracledb scales in the sense that
40 2015-05-05 02:54:17 <Diablo-D3> no matter how big your cluster is
41 2015-05-05 02:54:19 <Diablo-D3> it runs the same speed
42 2015-05-05 02:54:32 <phantomcircuit> Diablo-D3, no they have actual working multimaster
43 2015-05-05 02:54:36 <Diablo-D3> "yes"
44 2015-05-05 02:54:36 <phantomcircuit> built in
45 2015-05-05 02:54:38 <Diablo-D3> they "do"
46 2015-05-05 02:54:41 <Diablo-D3> Im aware of it
47 2015-05-05 02:54:44 <Diablo-D3> I am not happy with it
48 2015-05-05 02:54:45 <Diablo-D3> I am not happy with it
49 2015-05-05 02:54:54 <Diablo-D3> when you're hammering on complex transactions your entire cluster goes to shit
50 2015-05-05 02:55:03 <Diablo-D3> which is actually the correct solution for that kind of db
51 2015-05-05 02:55:14 <Diablo-D3> Ive actually been looking at cassandra and crate
52 2015-05-05 02:55:19 <Diablo-D3> and maybe elasticsearch
53 2015-05-05 02:55:30 <Diablo-D3> what I want I think, since what Im writing is just event spewing
54 2015-05-05 02:55:56 <Diablo-D3> is just something that is a fault tolerant event log
55 2015-05-05 02:56:10 <Diablo-D3> that you have to use a seperate layer to bake the log into a coherent view later
56 2015-05-05 02:56:15 <Diablo-D3> to actually go back and query it
57 2015-05-05 02:56:15 <hulkhogan_> sounds like time series database
58 2015-05-05 02:56:20 <Diablo-D3> hulkhogan_: yeah kinda
59 2015-05-05 02:56:26 <hulkhogan_> influxdb maybe
60 2015-05-05 02:56:47 <Diablo-D3> but like
61 2015-05-05 02:56:53 <Diablo-D3> like okay here