BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Stalwart E-mail; Was: Re: SSH options
- Subject: [Discuss] Stalwart E-mail; Was: Re: SSH options
- From: markw at mohawksoft.com (markw at mohawksoft.com)
- Date: Sun, 25 Jan 2026 10:15:58 -0500
- In-reply-to: <338c8b15-d62e-45ad-9b13-70947b20e173@bclug.ca>
- References: <61c91e0a-f658-415c-a91d-bc8cb008bf0b@borg.org> <26989.37879.578151.953291@gargle.gargle.HOWL> <26989.37936.100241.254462@gargle.gargle.HOWL> <c40fd68e-e540-471c-a253-7ae04dedaa65@borg.org> <20260119080150.7891b97d.Richard.Pieri@gmail.com> <56dcf563-62a6-4c16-aa84-ed825818def7@borg.org> <987cd7dc-096a-4a4c-be90-20e4847cdb17@bclug.ca> <20260120162647.1d90d2d7@mydesk.domain.cxm> <32eaffac-42e5-4af7-9fae-8a0514d9b97d@bclug.ca> <20260120215709.4cd9c226.Richard.Pieri@gmail.com> <96abce57-0162-4309-aa2e-a508b824c2c7@bclug.ca> <20260122110203.21ec8565.Richard.Pieri@gmail.com> <4fbd5345-e753-4fe5-8632-231ce29a362b@bclug.ca> <20260124092057.1089fa51.Richard.Pieri@gmail.com> <338c8b15-d62e-45ad-9b13-70947b20e173@bclug.ca>
I think this discussion about database vs file systems is kind of lost. A database is too ill defined to get any real traction. If we are talking about a classic database, like PostgreSQL, Oracle, DB2, etc, then I will say that these systems "can" store large data objects, but it is not optimal, and if you are interested I can point you to some resources. There are "databases" designed to hold large data objects, but that is a different topic. >From a logical point of view, a file system is a type of database. It maintains data, maintains meta data, can be queried. You can even store data with a file in some file systems with extended attributes. It comes down to what the system is designed to do. A "classic" database doesn't necessarily need a file system (oracle). Its job is to maintain data integrity and relations. They are not optimal for "storage" but are designed to be "right." A file system is designed for storage and retrieval. > Rich Pieri wrote on 2026-01-24 06:20: > >> Stream objects [x-rays & PDFs] can be stored in global nodes but the >> typical use and best practice is to store these data as files on the >> filesystem. > > Sounds good, attachments as files isn't a Bad Idea. > > Of course, neither is email as database records. > > > I'd have some hesitation with bifurcating the storage between a DB and > the file system do to the possibility (inevitability?) of the 2 storage > systems going out of sync. > > It's fine for web apps, but email messages (and medical records!) are a > bit more important. > > > > If a file gets deleted, how does the DB know to update its index? Is all > file access through the one software? That's reasonable to expect, but > also one would want occasional re-indexing probably, should such a > situation arise. > > > For example, NextCloud runs a cron job to look for changes in the users' > directories in the file system and re-index folders with changes. > > >> Why? Because storing them in the database fills the in-memory index >> with unneeded bloat which slows down the process of data retrieval. > Mime-types to exclude indexing the contents of several formats of > attachments should alleviate this, no? > > _______________________________________________ > Discuss mailing list > Discuss at lists.blu.org > https://lists.blu.org/mailman/listinfo/discuss >
- References:
- [Discuss] Future of X11 (was Trying to connect to internet in Debian)
- From: kentborg at borg.org (Kent Borg)
- [Discuss] SSH options (was Future of X11 (was Trying to connect to internet in Debian))
- From: dbarrett at blazemonger.com (Daniel Barrett)
- [Discuss] SSH options (was Future of X11 (was Trying to connect to internet in Debian))
- From: kentborg at borg.org (Kent Borg)
- [Discuss] SSH options (was Future of X11 (was Trying to connect to internet in Debian))
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] SSH options (was Future of X11 (was Trying to connect to internet in Debian))
- From: kentborg at borg.org (Kent Borg)
- [Discuss] SSH options (was Future of X11 (was Trying to connect to internet in Debian))
- From: ron at bclug.ca (Ron)
- [Discuss] SSH options (was Future of X11 (was Trying to connect to internet in Debian))
- From: slitt at troubleshooters.com (Steve Litt)
- [Discuss] SSH options (was Future of X11 (was Trying to connect to internet in Debian))
- From: ron at bclug.ca (Ron)
- [Discuss] SSH options (was Future of X11 (was Trying to connect to internet in Debian))
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] SSH options (was Future of X11 (was Trying to connect to internet in Debian))
- From: ron at bclug.ca (Ron)
- [Discuss] Stalwart E-mail; Was: Re: SSH options
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Stalwart E-mail; Was: Re: SSH options
- From: ron at bclug.ca (Ron)
- [Discuss] Stalwart E-mail; Was: Re: SSH options
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Stalwart E-mail; Was: Re: SSH options
- From: ron at bclug.ca (Ron)
- [Discuss] Future of X11 (was Trying to connect to internet in Debian)
- Prev by Date: [Discuss] Stalwart E-mail; Was: Re: SSH options
- Next by Date: [Discuss] Stalwart E-mail; Was: Re: SSH options
- Previous by thread: [Discuss] Stalwart E-mail; Was: Re: SSH options
- Next by thread: [Discuss] Stalwart E-mail; Was: Re: SSH options
- Index(es):
