Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Architecture design for full stack development.

by Mr. Muskrat (Canon)
on Jun 26, 2017 at 15:24 UTC ( [id://1193591]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Architecture design for full stack development.
in thread Architecture design for full stack development.

Thanks for the follow up on why you need an ORM.

If you're concerned about an attacker then take steps to harden your system (not just the database). If you're concerned about running out of values for a sequence then you should consider non-integer approaches; one such approach would be UUIDs.

  • Comment on Re^3: Architecture design for full stack development.

Replies are listed 'Best First'.
Re^4: Architecture design for full stack development.
by erix (Prior) on Jun 28, 2017 at 09:44 UTC

    ... you should consider non-integer approaches; one such approach would be UUIDs.

    Possible, but then you might hit this:

    biginteger-vs-uuid inserts (image)

    There are ways to avoid that but let's wait till the OP gets a site up, and reaches, say, 10 tps. It may never happen, 'beginners'* often have unrealistically high hopes for their unborn brainchild.

    Well-trodden paths are boring, and often safest.

    *) Obviously, 'beginner' here in the sense of beginning a system (as OP says: 'a website from scratch')

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1193591]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-18 21:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found