# |
Jun 14th 2018, 13:23 |
itmpls |
standard just to download, sorry |
# |
Jun 14th 2018, 13:23 |
jeremyharris |
or just for working with them |
# |
Jun 14th 2018, 13:22 |
jeremyharris |
as a view? |
# |
Jun 14th 2018, 13:22 |
itmpls |
heh |
# |
Jun 14th 2018, 13:22 |
neon1024 |
`file_put_csv()` |
# |
Jun 14th 2018, 13:22 |
itmpls |
can anyone recommend a csv solution/plugin? |
# |
Jun 14th 2018, 13:22 |
itmpls |
i see |
# |
Jun 14th 2018, 13:19 |
lorenzo |
postgres is a good alternative as well, except for the disk problem |
# |
Jun 14th 2018, 13:19 |
lorenzo |
in mysql there is no alternative, and in postgres you have to add the indexes manually |
# |
Jun 14th 2018, 13:19 |
lorenzo |
it creates indexes dedicated for search |
# |
Jun 14th 2018, 13:17 |
itmpls |
you store what you want in the doc, no relational stuff/joining and just fast parsing |
# |
Jun 14th 2018, 13:16 |
itmpls |
basically like no-sql dbs? |
# |
Jun 14th 2018, 13:16 |
itmpls |
how does that work? it serializes and just has an insanely fast parser? |
# |
Jun 14th 2018, 13:15 |
lorenzo |
so it was s solid win |
# |
Jun 14th 2018, 13:15 |
lorenzo |
but, it also allows instant searches on historic data, by nested columns as well |
# |
Jun 14th 2018, 13:15 |
itmpls |
jeez |
# |
Jun 14th 2018, 13:15 |
lorenzo |
we ran into a situation where the audit log tables we over 200Gb, and deleting from them would block the database |
# |
Jun 14th 2018, 13:14 |
lorenzo |
but you can scale ES easier by adding more machines |
# |
Jun 14th 2018, 13:14 |
lorenzo |
to be honest, the main reason elastic search is the default is because disk space for databases is expensive |
# |
Jun 14th 2018, 13:14 |
itmpls |
but I imagine ES would be the go-to for a bigger db/overall so it does the decoding natively? haven't used ES that much |
# |
Jun 14th 2018, 13:13 |
itmpls |
err - elastic search* |
# |
Jun 14th 2018, 13:13 |
itmpls |
i did get a solution, but i did it nasty because i'm json_decoding the columns - i'm guessing that's why lucene is recommended. for my database, this report is run manually and there aren't going to be more than 100 users probably so |
# |
Jun 14th 2018, 13:13 |
lorenzo |
@itmpls I imagined it had to do with a nested trasaction |
# |
Jun 14th 2018, 13:13 |
spriz |
I’ll make sure to bring enough coffee :,) |
# |
Jun 14th 2018, 13:13 |
lorenzo |
haha |
# |
Jun 14th 2018, 13:13 |
lorenzo |
exciting |
# |
Jun 14th 2018, 13:12 |
spriz |
@lorenzo found a commit in october 2017 where things work - so I’ll go ahead with git bisect tomorrow - I’ll update you :) |
# |
Jun 14th 2018, 13:12 |
itmpls |
basically not having the proper "dirty" logic, and also having to manually do the audit trail saveOptions in a nested transaction |
# |
Jun 14th 2018, 13:11 |
lorenzo |
what was the problem/ |
# |
Jun 14th 2018, 13:11 |
lorenzo |
yay! |
# |
Jun 14th 2018, 13:10 |
itmpls |
@lorenzo thanks for the help - got it. the rest was on me :slightly_smiling_face: awesome plugin |
# |
Jun 14th 2018, 13:08 |
spriz |
that’s the best test I’ve ever wrote. $this->assertTrue(true) :) |
# |
Jun 14th 2018, 13:08 |
spriz |
True that! |
# |
Jun 14th 2018, 13:08 |
spriz |
Oh well, we have something really fishy going on - one of my colleagues just told me that it has been a problem for him on his local machine for a long time… :anguished: |
# |
Jun 14th 2018, 13:06 |
lorenzo |
at least you have a workaround :troll: |
# |
Jun 14th 2018, 13:03 |
spriz |
yeah nope, not the first test in that plugin that fails |
# |
Jun 14th 2018, 13:01 |
spriz |
trying to run full test suite with --debug so I can check that |
# |
Jun 14th 2018, 13:01 |
spriz |
gimme a sec |
# |
Jun 14th 2018, 13:01 |
spriz |
maybe it’s the first file in this specific plugin |
# |
Jun 14th 2018, 13:00 |
spriz |
Hmm |
# |
Jun 14th 2018, 13:00 |
lorenzo |
or a specific fixture |