Mace Ojala

Results 46 comments of Mace Ojala

I have the same issue, hoping to create multiple front matter properties. My template is ```js ```

https://github.com/digitalmethodsinitiative/dmi-tcat/blob/e75ca2b07a2eebe62be45b10c39adb7ab41b91c7/analysis/index.php#L774-L781

Thanks. The table is not used and contents not exposed either by rows or in aggragates, but stuff, most notably tweet IDs are still being collected. This, I think, speaks...

Is there reason to not prune this table? Ours has been grown since 2016.

Hi. I'm looking at the same TCAT instance as @lrossi79. Exporting from a bin with 1.2M selected tweets, this I believe is the SQL query without any of the additional...

Hi @dentoir. Without the index, the queries of this particular TCAT instance, for this particular bin with ~1.2M items and ~500000 media items the `mod.export_tweets.php` with the media fields selected...

For triage, a related issue in Gephi is gephi/gephi/issues/2019.

The file `logs/controller.log` on the machine running TCAT is a good starting point.

You have a permission issue: the TCAT process cannot write lock and log files. Make sure the user as which TCAT runs has write permission to the `proc` and `logs`...

Running plain SQL directly on the database takes no time at all, ```sql SELECT count(id) FROM a_juicy_collection_of_tasty_tweets; ``` yields ``` +-----------+ | count(id) | +-----------+ | 31736732 | +-----------+ 1...