git tips
Set default branch
Set default branch
Copy data from bind to volume: docker run --rm -v /mnt/user/appdata/qdrant:/from -v qdrant-storage:/to alpine ash -c "cp -a /from/. /to/"
By default, queries are returned \t (tab) delimited <strong>INTO OUTFILE</strong> (Server-side)The INTO OUTFILE command is a SQL statement executed by the database server process itself.Where it writes: The file is…
Get-ChildItem -Path . -Recurse -File | Where-Object { $_.Length -gt 100MB } | Select-Object FullName, Length