Click here to Skip to main content
15,896,348 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionCredential stuffing / Passing Auth cookie to current user Pin
SEJohnson9-Dec-17 5:00
SEJohnson9-Dec-17 5:00 
QuestionJSON size Pin
Eytukan28-Nov-17 21:07
Eytukan28-Nov-17 21:07 
AnswerRe: JSON size Pin
Eddy Vluggen29-Nov-17 0:58
professionalEddy Vluggen29-Nov-17 0:58 
GeneralRe: JSON size Pin
Eytukan29-Nov-17 22:14
Eytukan29-Nov-17 22:14 
GeneralRe: JSON size Pin
Eddy Vluggen30-Nov-17 1:12
professionalEddy Vluggen30-Nov-17 1:12 
GeneralRe: JSON size Pin
Eytukan30-Nov-17 20:29
Eytukan30-Nov-17 20:29 
AnswerRe: JSON size Pin
Gerry Schmitz30-Nov-17 5:25
mveGerry Schmitz30-Nov-17 5:25 
GeneralRe: JSON size Pin
Eddy Vluggen30-Nov-17 8:16
professionalEddy Vluggen30-Nov-17 8:16 
Gerry Schmitz wrote:
You can't just look at a "number" and say it is "too big" (or small) without benchmarking.
If you look at my post, that's exactly what I did. Instead of benchmarking, I'll remind you that any text-based file needs to be rewritten to update, and it does not support random access.

Zipping such a text-file means rewriting and rezipping the entire stream, and writing that result to disc on every change. That's fine for a datadump in CSV that is imported, but it is not a ideal structure for data that tends to be modified.

Gerry Schmitz wrote:
Where else is is it "too big"?
GMail, if the attachment is larger than 25Mb. So yes, would depend on context, wouldn't it? Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: JSON size Pin
Gerry Schmitz30-Nov-17 9:19
mveGerry Schmitz30-Nov-17 9:19 
GeneralRe: JSON size Pin
Eddy Vluggen30-Nov-17 9:32
professionalEddy Vluggen30-Nov-17 9:32 
GeneralRe: JSON size Pin
Gerry Schmitz30-Nov-17 12:02
mveGerry Schmitz30-Nov-17 12:02 
GeneralRe: JSON size Pin
Pete O'Hanlon30-Nov-17 21:14
mvePete O'Hanlon30-Nov-17 21:14 
GeneralRe: JSON size Pin
Gerry Schmitz30-Nov-17 21:40
mveGerry Schmitz30-Nov-17 21:40 
GeneralRe: JSON size Pin
Eddy Vluggen1-Dec-17 0:59
professionalEddy Vluggen1-Dec-17 0:59 
GeneralRe: JSON size Pin
Gerry Schmitz2-Dec-17 3:49
mveGerry Schmitz2-Dec-17 3:49 
GeneralRe: JSON size Pin
Eddy Vluggen2-Dec-17 4:09
professionalEddy Vluggen2-Dec-17 4:09 
GeneralRe: JSON size Pin
Gerry Schmitz2-Dec-17 4:32
mveGerry Schmitz2-Dec-17 4:32 
GeneralRe: JSON size Pin
Eddy Vluggen2-Dec-17 6:43
professionalEddy Vluggen2-Dec-17 6:43 
GeneralRe: JSON size Pin
Gerry Schmitz2-Dec-17 8:44
mveGerry Schmitz2-Dec-17 8:44 
GeneralRe: JSON size Pin
Eddy Vluggen2-Dec-17 9:08
professionalEddy Vluggen2-Dec-17 9:08 
GeneralRe: JSON size Pin
Gerry Schmitz2-Dec-17 10:42
mveGerry Schmitz2-Dec-17 10:42 
GeneralRe: JSON size Pin
Eytukan30-Nov-17 20:30
Eytukan30-Nov-17 20:30 
GeneralRe: JSON size Pin
Gerry Schmitz30-Nov-17 22:12
mveGerry Schmitz30-Nov-17 22:12 
GeneralRe: JSON size Pin
jschell1-Dec-17 7:52
jschell1-Dec-17 7:52 
GeneralRe: JSON size Pin
Gerry Schmitz1-Dec-17 8:22
mveGerry Schmitz1-Dec-17 8:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.