sonatype / nexus-public

Sonatype Nexus Repository Open-source codebase mirror
https://www.sonatype.com/products/repository-oss-download
Eclipse Public License 1.0
1.92k stars 567 forks source link

What is the main difference between bucket and repository in nexus oss 3? #399

Open spilledyear opened 4 months ago

spilledyear commented 4 months ago

version

Sonatype Nexus RepositoryOSS 3.68.0-04

question

I created a repository in Nexus Web UI, repository name is test123. Then in OrientDB, both component.bucket AND config.repository table have new a record about test123 image

image

image

  1. I don't quite understand what's going on with buckets. Why need to create a bucket table?
  2. Can I directly associate the repositoryId with each asset record in the asset table?

can you give me some help , thinks

nblair commented 3 months ago

Hi @spilledyear thanks for opening an issue. The OrientDB database structure is an internal detail that doesn't typically require interaction. Can you provide more context about what you are trying to do?