a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by beezneez
beezneez  ·  3506 days ago  ·  link  ·    ·  parent  ·  post: Hubski dev update: SQL ready to deploy next weekend

| The ctags used to be part of the pub, loaded from file, the full list of ctags.

Sounds dangerous. At this point it would make sense for hubski to run on sqlite, but do you really foresee hubski requiring 1k requests per second in the near future? What 'kind' of file was it loading from beforehand?





rob05c  ·  3506 days ago  ·  link  ·  

    The ctags used to be part of the pub, loaded from file, the full list of ctags.

    Sounds dangerous.

Not really; just slow.

    it would make sense for hubski to run on sqlite

I think hubski would be fine on SQLite, but PosgreSQL doesn't hurt, and it helps with a lot of things, like Elasticsearch and backups.

    do you really foresee hubski requiring 1k requests per second

No. But it would be nice if we handled the Reddit influxes well.

    What 'kind' of file was it loading from beforehand?

Serialised s-expressions. Still is, just without the community tags key.