git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* The way to maintain lots of packfile-uris configs?
@ 2021-04-27  3:02 滕龙
  0 siblings, 0 replies; only message in thread
From: 滕龙 @ 2021-04-27  3:02 UTC (permalink / raw)
  To: git; +Cc: jonathantanmy

Recently I read about the implementation of packfile-uris feature, the
server realizes the mapping between blob and packfile-uri through
multiple configurations of <uploadpack.blobPackfileUri>.

I have a question. If there are many such mappings, there will be a
lot of <uploadpack.blobPackfileUri> in the warehouse. If I want to
maintain them (such as update and delete), it is not an easy task. I
know that there are still many works to be done on this feature in the
future. Regarding the above point, I don't know how the community
considers it and whether it will do some targeted optimization.

One of my methods is (maybe not very thoughtful), is it possible to
support an extended method, such as packfile-uris-hook, through fork
its child process, interact with pack-objects, packfile-uris-hook
default implementation Is read from uploadpack.blobPackfileUri
configuration.

This method may not be the best, but the focus of my expression is a
scalable method that allows the user to flexibly decide how to
maintain packfile-uris.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-27  3:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27  3:02 The way to maintain lots of packfile-uris configs? 滕龙

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).