The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours.
Further details in the announcement
Words-of-Wisdom: design-persistence
Line-by-line Instructions
- What are the most important facts that a developer should know
about persistent data storage in this system?
- INSTRUCTIONS
- What are the ranked goals for persistence in this system?
- INSTRUCTIONS
- What is the logical database design?
- INSTRUCTIONS
- What are the physical tables and views?
- INSTRUCTIONS
- How will objects in the application be stored in the database?
- INSTRUCTIONS
- What database access controls will be used?
- INSTRUCTIONS
- Is this application's central database accessible to other
applications?
- INSTRUCTIONS
- What data needs to be stored in files?
- INSTRUCTIONS
- What are the conventions for directory structure and file naming?
- INSTRUCTIONS
- What file system access controls will be used?
- INSTRUCTIONS
- What information (if any) will be stored on client machines?
For how long?
- INSTRUCTIONS
- Expressiveness: To what extent has this been achieved?
- INSTRUCTIONS
- Ease of access: To what extent has this been achieved?
- INSTRUCTIONS
- Reliability: To what extent has this been achieved?
- INSTRUCTIONS
- Capacity: To what extent has this been achieved?
- INSTRUCTIONS
- Security: To what extent has this been achieved?
- INSTRUCTIONS
- Performance: To what extent has this been achieved?
- INSTRUCTIONS
- Interoperability: To what extent has this been achieved?
- INSTRUCTIONS
Advice from ReadySET Users
To add your own words of wisdom, please send an email to the dev mailing
list.
- HEADLINE
- BODY OF ADVICE
Further Reading