You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.9 KiB

7 years ago
7 years ago
7 years ago
7 years ago
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <h2 class="oe_slogan">MuK Large Objects Attachment</h2>
  4. <h3 class="oe_slogan">Large Objects Attachment Location</h3>
  5. <h4 class="oe_slogan" style="font-size: 23px;">MuK IT GmbH -
  6. www.mukit.at</h4>
  7. </div>
  8. </section>
  9. <section class="oe_container">
  10. <div class="oe_row oe_spaced">
  11. <div class="oe_picture">
  12. <h3 class="oe_slogan">Overview</h3>
  13. <div class="oe_mt32"
  14. style="padding-bottom: 10px; text-align: justify;">
  15. <p>
  16. Provides a new attachment location to save attachment as large
  17. objects. To enable the large object storage option change the
  18. <code>ir_attachment.location</code>
  19. parameter to
  20. <code>lobject</code>
  21. .
  22. </p>
  23. <h5 style="padding-top: 10px;">Advantages over the in-database storage</h5>
  24. <ul>
  25. <li>Better RAM efficiency (This is more important for large files than for small ones.)</li>
  26. <li>Possibility to easily dump the base without the large objects (This can be useful for reproducing bugs.)</li>
  27. </ul>
  28. <h5 style="padding-top: 10px;">Advantages over the file system storage</h5>
  29. <ul>
  30. <li>Large objects are transactional (fully ACID)</li>
  31. <li>They work out of the box in multi-system setups (So there is no need for NFS or similar file sharing tools.)</li>
  32. <li>Enables you to easily create backups of the entire system</li>
  33. </ul>
  34. </div>
  35. </div>
  36. </div>
  37. </section>
  38. <section class="oe_container oe_dark">
  39. <h3 class="oe_slogan">Help and Support</h3>
  40. <div class="oe_slogan">
  41. <a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at">
  42. <i class="fa fa-envelope"></i> Email
  43. </a> <a class="btn btn-primary btn-lg mt8"
  44. href="https://mukit.at/page/contactus"> <i class="fa fa-phone"></i>
  45. Contact
  46. </a>
  47. </div>
  48. <img src="logo.png" style="width: 200px; margin-bottom: 20px;"
  49. class="center-block">
  50. </section>