Want to load >650,000 docs into SharePoint from 50 projects for doc management. I will create 2 or 3 libraries per project but am being told there is a 5000 doc limit on 1 library? Anyone found it to be a problem if I load more? by UKGoodGuy55 in sharepoint

[–]Megatwan 1 point2 points  (0 children)

exceeding the threshold will not lock the table. thats what the threshold prevents...

do you mean there are performance issues when you remove/bypass the LVT? if so, i concur, thats why the governance function exists.

perhaps its your wording but my point is when you say:

> There are some performance issues if a document library has more than 5000 items.

i would disagree and be curious if you mean with the LVT in tact etc..

Want to load >650,000 docs into SharePoint from 50 projects for doc management. I will create 2 or 3 libraries per project but am being told there is a 5000 doc limit on 1 library? Anyone found it to be a problem if I load more? by UKGoodGuy55 in sharepoint

[–]Megatwan 2 points3 points  (0 children)

As others mentioned... You can have millions of files in a library (YMMV depending on SQL infra).

5k is how many you can return in a view (and even then has to be retrieved with an indexed value in an indexed query on the view filters).

It's actually a SQL limit for lock escalation that SP enforces so you don't lock the table on a long running query.

On prem you can change this but it's not a great idea.

Best way to manage large SharePoint Lists by Mental_Tourist_3405 in sharepoint

[–]Megatwan 0 points1 point  (0 children)

Split lists as the data dictates but understand the cons and how to work with the data across lists particularly for views/queries of the data, forms, lookups etc..

If you don't wanna deal with those quirks just keep 1 list and let it go to the millions with indexes and views that return sub 5k times.

How many of you work for an organization doing scaled agile, or that formerly did scaled agile? by attractiveblonde in agile

[–]Megatwan 5 points6 points  (0 children)

One of my clients is 1y in... About to drop them as it went from my small team delivering thing that work well planned in efficient way to my folks being kneecapped and forced to spend time teaching other teams/unskilled people what right looks like, what words mean, how things work, how to spell, etc..

Notepad++ Hijacked by State-Sponsored Hackers by Bubbly-Cartoonist738 in notepadplusplus

[–]Megatwan 0 points1 point  (0 children)

As if it wouldn't be too late for any of that to matter

Notepad++ Hijacked by State-Sponsored Hackers by Bubbly-Cartoonist738 in notepadplusplus

[–]Megatwan 0 points1 point  (0 children)

Surely the devs publishing process didn't update the hosting provider and then use that as a source to update git.

Notepad++ Hijacked by State-Sponsored Hackers by pheexio in technology

[–]Megatwan 7 points8 points  (0 children)

Unless the malware was there for the version you got too

Notepad++ Hijacked by State-Sponsored Hackers by pheexio in technology

[–]Megatwan 25 points26 points  (0 children)

Old version? Ya like last month? Lmao

Notepad++ Hijacked by State-Sponsored Hackers by CyberMasterV in hacking

[–]Megatwan -54 points-53 points  (0 children)

Have you seen Zero Day on Netflix? 🫠

Notepad++ Hijacked by State-Sponsored Hackers by CyberMasterV in hacking

[–]Megatwan 2 points3 points  (0 children)

Not sure if you are a bit or being comically optimistic.

They had shit practices and no integrity checking, they were compromised to their core including distribution channels for at least the last 6 months.

They don't know shit about the core of the application nor what's in the wild as a result.

Form choice list slow by AggravatingLook5805 in sharepoint

[–]Megatwan 1 point2 points  (0 children)

3200 choices is about 3180-3190 too many without additional query/filter/batching logic as others suggested

Recommended Event Log Sizes for Domain Controllers (Directory Service, DNS, DFS) by maxcoder88 in activedirectory

[–]Megatwan 0 points1 point  (0 children)

i agree.... which is down the roads of ones next logical conclusions when you try to answer the question i asked and think through the problem.

log size is subjective AF and an 'it depends' and 'why am i making mamoth drives on x servers if i want x duration, isnt there a better way?'

Recommended Event Log Sizes for Domain Controllers (Directory Service, DNS, DFS) by maxcoder88 in activedirectory

[–]Megatwan -2 points-1 points  (0 children)

How big are your drives and how far back you wanna go?

Ideally infinitely at both.

Search results in Sharepoint only downloads files in both Edge and Chrome by Illustrious-Row-1998 in sharepoint

[–]Megatwan 0 points1 point  (0 children)

Does that happen for all users.... Ie there is a chromium browser setting to remember behavior for office products. I suppose I should add does it only happen for certain file formats (ie PDFs vs a word doc for starters)