Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7883211
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:28:24+00:00 2026-06-03T04:28:24+00:00

Is it possible yet, to preserve insertion order or set reliable timestamps in Meteor

  • 0

Is it possible yet, to preserve insertion order or set reliable timestamps in Meteor given that MongoDB doesn’t guarantee to return items in insertion order if no sort is specified, a document’s _id is randomly generated and setting a timestamp manually on insertion would depend upon the client’s clock?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T04:28:25+00:00Added an answer on June 3, 2026 at 4:28 am

    I suggest a method.

    Meteor.methods({
      addItem: function (doc) {
        doc.when = new Date;
        return Items.insert(doc);
      }
    });
    

    While the client will run this locally and set when to its own current time, the server’s timestamp takes priority and propagates to all subscribed clients, including the original client. You can sort on doc.when.

    We’ll probably add hooks for setting timestamps automatically as part of document validations and permissions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Since it's really not possible to return a single embedded document (yet), what is
Is it possible to set the 'this' or caller of a function yet set
Is a Mongo-style db.collection.group(...) query possible in Meteor, yet? I was hoping i could
Is it possible yet to compile a full PHP stack - say Apache, PHP,
Anyone know if its possible to yet create a css based drop shadow on
I was trying to look out for a possible solution and am yet to
Why is this not possible? if(!empty( _MY_CONST)){ ... But yet this is: $my_const =
My android app is not in the app store yet. Is it possible to
I have read that it is possible to extend static classes in F#, though
Possible Duplicate: slow android emulator My tablet is not here yet, which is why

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.