How are table rows saved and retrieved?

How are table rows saved and retrieved?

WestyWesty Posts: 5Questions: 1Answers: 0

Does CloudTables save all of a table's rows to one file? When a table loads do all of the table's rows load? What stack is CloudTables built on?

Westy

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Hi Westy,

    CloudTables uses Postgres as its database back end. Each data set is actually a database table.

    When a table loads do all of the table's rows load?

    Currently yes. I'm working on changing that at the moment (in DataTables terminology we'll be moving to server-side processing).

    What stack is CloudTables built on?

    • Postgres
    • NodeJS
    • Nginx
    • Docker (for the self hosted version)

    We use Vue as part of the client-side interface for the configuration service. The client (end user) interface is just jQuery / DataTables / Editor etc with configuration based on the application settings.

    Happy to answer any other questions you have about it.

    Allan

Sign In or Register to comment.